GetOpt Class

GetOpt.Parse Method 

Initiates the parsing of the options/arguments supplied to the program.

public void Parse();

Exceptions

Exception TypeCondition
ArgumentException Thrown when: 1) an option is supplied with an argument and it shouldn't be, 2) an option is required to have an argument and it isn't supplied with one and 3) an option is supplied that has not been defined.

See Also

GetOpt Class | GetOpt Members | Heyes Namespace