C# 클래스 Tsu.CLI.Commands.Help.ConsoleHelpCommand

The console help command provider class
상속: Tsu.CLI.Commands.Help.HelpCommand
파일 보기 프로젝트 열기: GGG-KILLER/Tsu

공개 메소드들

메소드 설명
ConsoleHelpCommand ( BaseCommandManager manager ) : System

Initializes the default help command class

보호된 메소드들

메소드 설명
Write ( char ch ) : void

Write ( string text ) : void

WriteLine ( char ch ) : void

WriteLine ( string line ) : void

메소드 상세

ConsoleHelpCommand() 공개 메소드

Initializes the default help command class
public ConsoleHelpCommand ( BaseCommandManager manager ) : System
manager BaseCommandManager
리턴 System

Write() 보호된 메소드

protected Write ( char ch ) : void
ch char
리턴 void

Write() 보호된 메소드

protected Write ( string text ) : void
text string
리턴 void

WriteLine() 보호된 메소드

protected WriteLine ( char ch ) : void
ch char
리턴 void

WriteLine() 보호된 메소드

protected WriteLine ( string line ) : void
line string
리턴 void