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
Afficher le fichier Open project: edokan/Edokan.KaiZen.Colors Class Usage Examples

Méthodes publiques

Méthode Description
Install ( ) : void
Write ( char value ) : void

Private Methods

Méthode 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 méthode

public static Install ( ) : void
Résultat void

Write() public méthode

public Write ( char value ) : void
value char
Résultat void