Class CommandBase
Synchronous command variant for immediate command work.
public abstract class CommandBase : CommandDefinitionBase, ISyncCommand, ICommand
- Inheritance
-
CommandBase
- Implements
- Derived
- Inherited Members
Constructors
CommandBase(string, string, params string[])
Synchronous command variant for immediate command work.
protected CommandBase(string name, string description, params string[] aliases)
Parameters
Methods
Execute(CommandContext)
protected abstract void Execute(CommandContext context)
Parameters
contextCommandContext