Documentation for the C# command-line option parsing library

Parser Properties

The properties of the Parser class are listed below. For a complete list of Parser class members, see the Parser Members topic.

Public Instance Properties

CaseSensitive Get or set if the parsing of options should consider the case of the options
DupOptHandleType Get or set how the parser should handle un-expected duplicate option declarations
OptStyle Get or set the option style to parse
ResultsHandler Get the handler for the parser
UnixShortOption Get how to handle short unix options (with or without bundling)
UnknownOptHandleType Get or set how to handle unknown options

See Also

Parser Class | CommandLine.OptParse Namespace | UsageBuilder | PropertyFieldParserHelper | DictionaryParserHelper | IOptionResults | ParserFactory