C# Class TagTool.Commands.Core.HelpCommand

Inheritance: Command
Afficher le fichier Open project: TheGuardians/TagTool

Private Properties

Свойство Type Description
DisplayCommandHelp void
IsAvailable bool
ListCommands void
ListCommands void

Méthodes publiques

Méthode Description
Execute ( List args ) : bool
HelpCommand ( CommandContextStack contextStack ) : System

Private Methods

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

Method Details

Execute() public méthode

public Execute ( List args ) : bool
args List
Résultat bool

HelpCommand() public méthode

public HelpCommand ( CommandContextStack contextStack ) : System
contextStack CommandContextStack
Résultat System