C# Class Edokan.KaiZen.Colors.EscapeSequencer

Dummy escape sequence parser. Can only parse color codes. Anything other than color will probably will Must be able to parse other stuff.
Inheritance: System.IO.TextWriter
ファイルを表示 Open project: edokan/Edokan.KaiZen.Colors Class Usage Examples

Public Methods

Method Description
Install ( ) : void
Write ( char value ) : void

Private Methods

Method Description
EscapeSequencer ( TextWriter textWriter ) : System
RemoveBold ( ) : void
SetBackColor ( byte val ) : void
SetBold ( ) : void
SetDefaultBackColor ( ) : void
SetDefaultForeColor ( ) : void
SetForeColor ( byte val ) : void
SetInverse ( ) : void

Method Details

Install() public static method

public static Install ( ) : void
return void

Write() public method

public Write ( char value ) : void
value char
return void