CommandLineOption Methods |
The CommandLineOption type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsValidOptionName |
Test a string to see if it can be used as an option name in any of the RhinoGet::AddCommandOption...() functions.
| |
IsValidOptionValueName |
Test a string to see if it can be used as an option value in RhinoGet::AddCommandOption,
RhinoGet::AddCommandOptionToggle, or RhinoGet::AddCommandOptionList.
| |
ListOptions |
If this OptionType is a list, then the option should contain a list of values
that the user can pick from.
| |
ToggleValues | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) |