Click or drag to resize

DefaultCommand Methods

The DefaultCommand type exposes the following members.

Methods
  NameDescription
Public methodCanInvoke
Determines whether this instance can be invoked by the specified player.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetParameterType
Gets the type of the specified parameter.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInvoke
Invokes this command.
Public methodStatic memberIsValidCommandMethod
Determines whether the specified method is a valid command method.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodSendPermissionDeniedMessage
Sends the permission denied message for the specified permission checker.
Protected methodSendUsageMessage
Sends the usage message to the specified player.
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also