CommandDescription Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Description of all the information needed for a built-in command.
public class CommandDescription
type CommandDescription = class
Public Class CommandDescription
- Inheritance
-
CommandDescription
Constructors
CommandDescription(String, String[], String) |
Construct the description of a built-in command. |
Fields
Description |
Description of the command. |
Help |
Help string for the command. |
Terms |
Regexs for matching the command. |