Documentation for the C# command-line option parsing library

Parser.GetOptions Method 

Get the options defined for this parser

public OptionDefinition[] GetOptions();

Return Value

All of the defined options

Implements

IOptionContainer.GetOptions

See Also

Parser Class | CommandLine.OptParse Namespace