C# Class Tsu.CLI.Commands.Help.ConsoleHelpCommand

The console help command provider class
Inheritance: Tsu.CLI.Commands.Help.HelpCommand
Afficher le fichier Open project: GGG-KILLER/Tsu

Méthodes publiques

Méthode Description
ConsoleHelpCommand ( BaseCommandManager manager ) : System

Initializes the default help command class

Méthodes protégées

Méthode Description
Write ( char ch ) : void

Write ( string text ) : void

WriteLine ( char ch ) : void

WriteLine ( string line ) : void

Method Details

ConsoleHelpCommand() public méthode

Initializes the default help command class
public ConsoleHelpCommand ( BaseCommandManager manager ) : System
manager BaseCommandManager
Résultat System

Write() protected méthode

protected Write ( char ch ) : void
ch char
Résultat void

Write() protected méthode

protected Write ( string text ) : void
text string
Résultat void

WriteLine() protected méthode

protected WriteLine ( char ch ) : void
ch char
Résultat void

WriteLine() protected méthode

protected WriteLine ( string line ) : void
line string
Résultat void