C# Class TagTool.Commands.Core.HelpCommand

Inheritance: Command
Mostra file Open project: TheGuardians/TagTool

Private Properties

Property Type Description
DisplayCommandHelp void
IsAvailable bool
ListCommands void
ListCommands void

Public Methods

Method Description
Execute ( List args ) : bool
HelpCommand ( CommandContextStack contextStack ) : System

Private Methods

Method Description
DisplayCommandHelp ( string commandName ) : void
IsAvailable ( CommandContext context, Command command ) : bool
ListCommands ( ) : void
ListCommands ( CommandContext context, HashSet ignore ) : void

Method Details

Execute() public method

public Execute ( List args ) : bool
args List
return bool

HelpCommand() public method

public HelpCommand ( CommandContextStack contextStack ) : System
contextStack CommandContextStack
return System