Click or drag to resize

CommandType Fields

The CommandType type exposes the following members.

Fields
  NameDescription
Public fieldConsoleEntry
The text that the user typed.
Public fieldLongHelp
A long list of text strings for this command that will be displayed when the user asks for help.
Protected fieldOwnerCommandLine
The CommandLineType object that this command belongs to.
Public fieldParameterList
List of parameters this command accepts.
Public fieldShortHelp
A short list of text strings for this command that will be displayed when the user asks for help.
Protected fieldUserParams
List of paramters that the user entered.
Top
See Also