CommandLine
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 CAttribute
 CCommandLine.OptionAttributeModels an option specification.
 CCommandLine.Text.MultilineTextAttributeProvides base properties for creating an attribute, used to define multiple lines of text.
 CCommandLine.Text.AssemblyLicenseAttributeModels a multiline assembly license text.
 CCommandLine.Text.AssemblyUsageAttributeModels a multiline assembly usage text.
 CCommandLine.ValueAttributeModels an value specification, or better how to handle values not bound to options.
 CCommandLine.VerbAttributeModels a verb command specification.
 CCommandLine.Text.CopyrightInfoModels the copyright part of an help text. You can assign it where you assign any System.String instance.
 CCommandLine.Text.HeadingInfoModels the heading part of an help text. You can assign it where you assign any System.String instance.
 CCommandLine.Text.HelpTextProvides means to format an help screen. You can assign it in place of a System.String instance.
 CIDisposable
 CCommandLine.ParserProvides methods to parse command line arguments.
 CCommandLine.ParserSettingsProvides settings for CommandLine.Parser. Once consumed cannot be reused.
 CIEquatable
 CCommandLine.ErrorBase type of all errors.
 CCommandLine.HelpRequestedErrorModels an error generated when a user explicit requests help.
 CCommandLine.HelpVerbRequestedErrorModels an error generated when a user explicit requests help in verb commands scenario.
 CCommandLine.NamedErrorBase type of all erros with name information.
 CCommandLine.BadFormatConversionErrorModels an error generated when a value conversion fails.
 CCommandLine.MissingRequiredOptionErrorModels an error generated when a required option is required.
 CCommandLine.MissingValueOptionErrorModels an error generated when an option lacks its value.
 CCommandLine.MutuallyExclusiveSetErrorModels an error generated when a an option from another set is defined.
 CCommandLine.SequenceOutOfRangeErrorModels an error generated when a sequence value lacks elements.
 CCommandLine.NoVerbSelectedErrorModels an error generated when no verb is selected.
 CCommandLine.TokenErrorBase type of all errors related to bad token detection.
 CCommandLine.BadFormatTokenErrorModels an error generated when an invalid token is detected.
 CCommandLine.BadVerbSelectedErrorModels an error generated when an unknown verb is detected.
 CCommandLine.UnknownOptionErrorModels an error generated when an unknown option is detected.
 CCommandLine.NamedErrorBase type of all erros with name information.
 CCommandLine.NameInfoModels name information, used in CommandLine.Error instances.
 CCommandLine.TokenErrorBase type of all errors related to bad token detection.
 CIEquatable< ParserResult< T >>
 CCommandLine.ParserResult< T >Models a parser result. It contains an instance of type T with parsed values and a sequence of CommandLine.Error.
 CCommandLine.NullInstanceModels a null result when constructing a ParserResult{T} in a faling verbs scenario.
 CCommandLine.Text.SentenceBuilderExposes standard delegates to provide a mean to customize part of help screen generation. This type is consumed by CommandLine.Text.HelpText.