DefaultCommand Methods |
The DefaultCommand type exposes the following members.
| Name | Description | |
|---|---|---|
| CanInvoke |
Determines whether this instance can be invoked by the specified player.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from 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.) | |
| GetParameterType |
Gets the type of the specified parameter.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Invoke |
Invokes this command.
| |
| IsValidCommandMethod |
Determines whether the specified method is a valid command method.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SendPermissionDeniedMessage |
Sends the permission denied message for the specified permission checker.
| |
| SendUsageMessage |
Sends the usage message to the specified player.
| |
| ToString |
Returns a string that represents the current object.
(Overrides ObjectToString.) |