The Ookii.CommandLine namespace contains classes to aid with command line argument parsing. See the CommandLineParser<(Of <(T>)>) generic class for basic usage information.

Types

      
 All Types  Classes  
 NameDescription
ArgumentParsedEventArgs
Provides data for the ArgumentParsed event.
CommandLineArgument
Base class for information about named and positional command line arguments.
CommandLineArgumentException
The exception that is thrown when one of the command line arguments is not valid.
CommandLineConstructorAttribute
Indicates the constructor that should be used by the CommandLineParser<(Of <(T>)>) class, if a class has multiple public constructors.
CommandLineParser<(Of <(T>)>)
Parses command line arguments into a class of the specified type.
NamedCommandLineArgument
Provides information about a named command line argument.
NamedCommandLineArgumentAttribute
Indicates a property of a class can be set via a named command line argument.
PositionalCommandLineArgument
Provides information about a positional command line argument.
StringExtensions
Provides extension methods for the String class.