Documentation for the C# command-line option parsing library

Parser.GetOptionDefinitions Method 

Get all of the option definitions that have been declared

public OptionDefinition[] GetOptionDefinitions();

Return Value

Array of option definitions

See Also

Parser Class | CommandLine.OptParse Namespace