CommandManager Methods | 
The CommandManager type exposes the following members.
| Name | Description | |
|---|---|---|
| AddCommand(String) | 
            Define a new command.
              | |
| AddCommand(String, String) | 
            Define a new command.
              | |
| AddMacroCommand(String, MacroCommandCallback) | 
            Add a macro command.
              | |
| AddMacroCommand(String, String, MacroCommandCallback) | 
            Add a macro command.
              | |
| AddMacroCommand(String, String, MacroCommandCallback) | 
            Add a macro command.
              | |
| AddMacroCommand(String, String, String, MacroCommandCallback) | 
            Add a macro command.
              | |
| CancelAllCommands | 
            Abort all currently running commands.
              | |
| CancelCurrentCommand | 
            Abort the currently executing command.
              | |
| ClearParameterHistory | 
            Deletes the input history of command parameters.
              | |
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| ExecuteCommand | 
            Execute the command.
              | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| RemoveCommand | 
            Delete the command.
              | |
| RemoveMacroCommand | 
            Delete the macro command.
              | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |