CommandType Fields |
The CommandType type exposes the following members.
| Name | Description | |
|---|---|---|
| ConsoleEntry |
The text that the user typed.
| |
| LongHelp |
A long list of text strings for this command that will be displayed when the user asks for help.
| |
| OwnerCommandLine |
The CommandLineType object that this command belongs to.
| |
| ParameterList |
List of parameters this command accepts.
| |
| ShortHelp |
A short list of text strings for this command that will be displayed when the user asks for help.
| |
| UserParams |
List of paramters that the user entered.
|