Documentation for the C# command-line option parsing library

Parser.Parse Method ()

Parse the GetCommandLineArgs for options using the parser settings

public string[] Parse();

Return Value

Arguments from the command-line that were not options

See Also

Parser Class | CommandLine.OptParse Namespace | Parser.Parse Overload List