|
CommandLine
|
| ▼NCommandLine | |
| ▼NText | |
| CAssemblyLicenseAttribute | Models a multiline assembly license text. |
| CAssemblyUsageAttribute | Models a multiline assembly usage text. |
| CCopyrightInfo | Models the copyright part of an help text. You can assign it where you assign any System.String instance. |
| CHeadingInfo | Models the heading part of an help text. You can assign it where you assign any System.String instance. |
| CHelpText | Provides means to format an help screen. You can assign it in place of a System.String instance. |
| CMultilineTextAttribute | Provides base properties for creating an attribute, used to define multiple lines of text. |
| CSentenceBuilder | Exposes standard delegates to provide a mean to customize part of help screen generation. This type is consumed by CommandLine.Text.HelpText. |
| CBadFormatConversionError | Models an error generated when a value conversion fails. |
| CBadFormatTokenError | Models an error generated when an invalid token is detected. |
| CBadVerbSelectedError | Models an error generated when an unknown verb is detected. |
| CError | Base type of all errors. |
| CHelpRequestedError | Models an error generated when a user explicit requests help. |
| CHelpVerbRequestedError | Models an error generated when a user explicit requests help in verb commands scenario. |
| CMissingRequiredOptionError | Models an error generated when a required option is required. |
| CMissingValueOptionError | Models an error generated when an option lacks its value. |
| CMutuallyExclusiveSetError | Models an error generated when a an option from another set is defined. |
| CNamedError | Base type of all erros with name information. |
| CNameInfo | Models name information, used in CommandLine.Error instances. |
| CNoVerbSelectedError | Models an error generated when no verb is selected. |
| CNullInstance | Models a null result when constructing a ParserResult{T} in a faling verbs scenario. |
| COptionAttribute | Models an option specification. |
| CParser | Provides methods to parse command line arguments. |
| CParserResult< T > | Models a parser result. It contains an instance of type T with parsed values and a sequence of CommandLine.Error. |
| CParserSettings | Provides settings for CommandLine.Parser. Once consumed cannot be reused. |
| CSequenceOutOfRangeError | Models an error generated when a sequence value lacks elements. |
| CTokenError | Base type of all errors related to bad token detection. |
| CUnknownOptionError | Models an error generated when an unknown option is detected. |
| CValueAttribute | Models an value specification, or better how to handle values not bound to options. |
| CVerbAttribute | Models a verb command specification. |
1.8.8