The GetFromCommand type exposes the following members.
Constructors
Methods
Fields
Properties
| Name | Description |
---|
 | CantMessage | (Inherited from ReceivedActionCommand<(Of <(<'TAction, TReceiver, TEvent>)>)>.) |
 | Help |
A quick help message, displayed by the syntax command.
(Inherited from CommandBase.) |
  | Instance | |
 | Keywords |
The array of keywords for this command.
(Inherited from CommandBase.) |
 | MatchExpression |
The Regex that arguments are required to match for this command to be
executed.
(Inherited from CommandBase.) |
 | Priority |
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.) |
 | ReceiverCardinality | (Inherited from ReceivedActionCommand<(Of <(<'TAction, TReceiver, TEvent>)>)>.) |
 | ReceiverLocation | (Inherited from ReceivedActionCommand<(Of <(<'TAction, TReceiver, TEvent>)>)>.) |
 | ReceiverNoun | (Inherited from ReceivedActionCommand<(Of <(<'TAction, TReceiver, TEvent>)>)>.) |
 | ReceiverSource | (Inherited from ReceivedActionCommand<(Of <(<'TAction, TReceiver, TEvent>)>)>.) |
 | Shortcuts |
An array of shortcut characters for this command...
' for say, ; for emote, @ for tell, etc.
(Inherited from CommandBase.) |
 | Syntax |
The syntax help for a command.
(Inherited from CommandBase.) |
 | TargetCardinality | (Inherited from ReceivedActionCommand<(Of <(<'TAction, TReceiver, TEvent>)>)>.) |
 | TargetLocation | (Inherited from ReceivedActionCommand<(Of <(<'TAction, TReceiver, TEvent>)>)>.) |
 | Verb | (Inherited from ReceivedActionCommand<(Of <(<'TAction, TReceiver, TEvent>)>)>.) |
See Also