The CommandBase type exposes the following members.

Constructors

  NameDescription
Public methodCommandBase
Initializes a new instance of the CommandBase class

Methods

  NameDescription
Public methodCompareTo
Public methodEquals (Inherited from Object.)
Public methodExecute
Called to execute a command
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

Fields

Properties

  NameDescription
Public propertyHelp
A quick help message, displayed by the syntax command.
Public propertyKeywords
The array of keywords for this command.
Public propertyMatchExpression
The Regex that arguments are required to match for this command to be executed.
Public propertyPriority
The priority of the command. In the case of multiple matching and correct commands, the command with the highest priority is executed.
Public propertyShortcuts
An array of shortcut characters for this command... ' for say, ; for emote, @ for tell, etc.
Public propertySyntax
The syntax help for a command.

See Also