The RemoveCommand type exposes the following members.

Constructors

  NameDescription
Public methodRemoveCommand
Initializes a new instance of the RemoveCommand class

Methods

Fields

  NameDescription
Protected field_help (Inherited from CommandBase.)
Protected field_keywords (Inherited from CommandBase.)
Protected field_priority (Inherited from CommandBase.)
Protected field_regex (Inherited from CommandBase.)
Protected field_shortcuts (Inherited from CommandBase.)
Protected field_syntax (Inherited from CommandBase.)

Properties

  NameDescription
Public propertyAllowedWhenDead (Inherited from ActionCommand<(Of <(<'TAction, TEvent>)>)>.)
Public propertyHelp
A quick help message, displayed by the syntax command.
(Inherited from CommandBase.)
Public propertyStatic memberInstance
Public propertyKeywords
The array of keywords for this command.
(Inherited from CommandBase.)
Public propertyMatchExpression
The Regex that arguments are required to match for this command to be executed.
(Inherited from CommandBase.)
Public propertyPriority
The priority of the command. In the case of multiple matching and correct commands, the command with the highest priority is executed.
(Inherited from CommandBase.)
Public propertyShortcuts
An array of shortcut characters for this command... ' for say, ; for emote, @ for tell, etc.
(Inherited from CommandBase.)
Public propertySyntax
The syntax help for a command.
(Inherited from CommandBase.)
Public propertyTargetCardinality (Inherited from ActionCommand<(Of <(<'TAction, TEvent>)>)>.)
Public propertyTargetLocation (Inherited from ActionCommand<(Of <(<'TAction, TEvent>)>)>.)
Public propertyVerb (Inherited from ActionCommand<(Of <(<'TAction, TEvent>)>)>.)

See Also