Classes

  ClassDescription
CommandLineArgumentAttribute
Allows control of command line parsing. Attach this attribute to instance fields of types used as the destination of command line argument parsing.
CommandLineArgumentParser
Parser for command line arguments.
CommandLineUtility
Useful Stuff.
DefaultCommandLineArgumentAttribute
Indicates that this argument is the default argument. '/' or '-' prefix only the argument value is specified.

Delegates

  DelegateDescription
ErrorReporter
A delegate used in error reporting.

Enumerations

  EnumerationDescription
CommandLineArgumentType
Used to control parsing of command line arguments.