Provides additional context information about the current NDesk.Options.Option which is being parsed.
|
See Also: Inherited members from object.
Constructs and initializes a new instance of the NDesk.Options.OptionContext class. |
Option
|
Option . The NDesk.Options.Option being parsed. |
OptionIndex
|
int . The index within the options list of the last value within OptionContext.OptionValues. |
OptionName
|
string . The actual option name used. |
OptionSet [read-only] | OptionSet . The NDesk.Options.OptionSet to use for message localizations. |
OptionValues [read-only] | OptionValueCollection . A collection of string values to provide to OptionContext.Option. |
Constructs and initializes a new instance of the NDesk.Options.OptionContext class.
The NDesk.Options.Option being parsed.
The index within the options list of the last value within OptionContext.OptionValues.
The actual option name used.
The NDesk.Options.OptionSet to use for message localizations.
A collection of string values to provide to OptionContext.Option.