Types to help parse command-line options.
Type | Description |
---|---|
Option | Represents information about an option. |
OptionContext | Provides additional context information about the current NDesk.Options.Option which is being parsed. |
OptionException | Represents the error that occurs when there is an error parsing an NDesk.Options.Option. |
OptionSet | A class to parse program options. |
OptionValueType | Specifies whether or not a NDesk.Options.Option takes a value, and if it does, whether it's optional or required. |
.NET 3.5 types used when targeting .NET 2.0.
Type | Description |
---|---|
Action<T1,T2> | A delegate that can refer to any method taking two arguments and returning void. |