C# Class Ntreev.Library.Commands.HelpCommand

Inheritance: CommandBase
Mostra file Open project: NtreevSoft/CommandLineParser

Private Properties

Property Type Description
PrintList void

Public Methods

Method Description
HelpCommand ( CommandContextBase commandContext ) : System

Protected Methods

Method Description
OnExecute ( ) : void
PrintUsage ( ICommand command, CommandLineParser parser ) : void

Private Methods

Method Description
PrintList ( CommandTextWriter writer ) : void

Method Details

HelpCommand() public method

public HelpCommand ( CommandContextBase commandContext ) : System
commandContext CommandContextBase
return System

OnExecute() protected method

protected OnExecute ( ) : void
return void

PrintUsage() protected method

protected PrintUsage ( ICommand command, CommandLineParser parser ) : void
command ICommand
parser CommandLineParser
return void