CommandType Methods |
The CommandType type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Execute |
Executes the developer provided event handler method for this CommandType object.
| |
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.) | |
GetOwnerCommandLine |
Retrieve a reference to the CommandLineType object that this command belongs to.
| |
GetParameterByName |
Retrieve a full ParameterType object by it's ParamText property value, if it exists.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetFunction |
Manually add your own event handler that will be called when a user types this command.
| |
SetOwnerCommandLine |
Assign your command object to a specific CommandLinType object.
| |
SetUserParams |
After user command is parsed, all words found are passed here as a string list.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |