The SocialCommand type exposes the following members.

Collapse imageConstructors

  NameDescription
Public methodSocialCommand(String)
Initializes a new instance of the SocialCommand class
Public methodSocialCommand(String, String)
Initializes a new instance of the SocialCommand class

Collapse imageMethods

  NameDescription
Protected methodStatic memberAddSocialCommands
Public methodCompareTo (Inherited from CommandBase.)
Public methodEquals (Inherited from Object.)
Public methodExecute (Overrides CommandBase..::..Execute(Living, String, String, MatchCollection).)
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.)

Collapse imageFields

  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.)

Collapse imageProperties

  NameDescription
Public propertyHelp
A quick help message, displayed by the syntax command.
(Inherited from CommandBase.)
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.)

Collapse imageSee Also