GetOpt Class

GetOpt.IsDefined Method 

Returns true/false as to whether an option has been supplied.

public bool IsDefined(
   string option
);

Parameters

option
The option in question

Return Value

Whether the option was given

Exceptions

Exception TypeCondition
Exception Thrown when the Parse() method has not been called.

See Also

GetOpt Class | GetOpt Members | Heyes Namespace