C# Class Ntreev.Library.Commands.HelpCommand

Inheritance: CommandBase
Afficher le fichier Open project: NtreevSoft/CommandLineParser

Private Properties

Свойство Type Description
PrintList void

Méthodes publiques

Méthode Description
HelpCommand ( CommandContextBase commandContext ) : System

Méthodes protégées

Méthode Description
OnExecute ( ) : void
PrintUsage ( ICommand command, CommandLineParser parser ) : void

Private Methods

Méthode Description
PrintList ( CommandTextWriter writer ) : void

Method Details

HelpCommand() public méthode

public HelpCommand ( CommandContextBase commandContext ) : System
commandContext CommandContextBase
Résultat System

OnExecute() protected méthode

protected OnExecute ( ) : void
Résultat void

PrintUsage() protected méthode

protected PrintUsage ( ICommand command, CommandLineParser parser ) : void
command ICommand
parser CommandLineParser
Résultat void