AppExitCode |
An exit code for an application (usually a console app). |
Assert |
Wrapper class for static assertion functions. |
Assertion |
Thrown when an assertion fails. |
CharEncoding |
Routines for converting between ASCII, UNICODE, and XML entities. |
CmdLineParser |
Parses command lines that are passed to a console program. |
DateTimeSwitch |
A switch that takes a single date/time value. The time is optional; the
date format is flexible, but year must be 4 digits and month must be a name. |
DateTimeSyntaxError |
Indicates a syntax error in a string containing a date and/or time. |
DateUtils |
Miscellaneous useful date/time related stuff. |
DecimalSwitch |
A switch that takes a single decimal value. |
Ensure |
Wrapper class for static output requirement functions. |
EnumListSwitch |
A switch that takes a list of string values. The valid values are defined
by an enum. |
EnumSwitch |
A switch that takes a single string value. The valid values are defined
by an enum. |
EnumSwitchBase |
Abstract base class for EnumSwitch and EnumListSwitch. |
FileSystemPath |
An immutable object representing a file system path. |
HelpSwitch |
A switch that displays help, typically "-help" and/or "-?". |
InputRequirement |
Thrown when an input requirement fails. |
IntListSwitch |
A switch that takes one or more integer values. |
IntSwitch |
A switch that takes a single integer value. |
NiceRegistryKey |
Represents a Windows registry key. |
NumUtils |
Utilities for dealing with numbers. |
OutputRequirement |
Thrown when an output requirement fails. |
Require |
Wrapper class for static input requirement functions. |
SimpleSwitch |
A switch that takes no values. |
StringListSwitch |
A switch that takes one or more string values. |
StringSwitch |
A switch that takes a single string value. |
Switch |
Abstract base for all switches. For use with CmdLineParser. |
SyntaxError |
|
TextWriterProgressReporter |
Progress reporter that writes to a TextWriter. |