C# Class ColorfulConsoleProxy, Reloaded-II

Proxy for Colorful.Console. [Default]
Inheritance: IConsoleProxy
Afficher le fichier Open project: Reloaded-Project/Reloaded-II

Méthodes publiques

Méthode Description
Clear ( ) : void
SetBackColor ( Color, color ) : void
SetCursorPosition ( int left, int top ) : void
SetForeColor ( Color, color ) : void
Write ( string text ) : void
Write ( string text, Color, color ) : void
WriteLine ( string text ) : void
WriteLine ( string text, Color, color ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

SetBackColor() public méthode

public SetBackColor ( Color, color ) : void
color Color,
Résultat void

SetCursorPosition() public méthode

public SetCursorPosition ( int left, int top ) : void
left int
top int
Résultat void

SetForeColor() public méthode

public SetForeColor ( Color, color ) : void
color Color,
Résultat void

Write() public méthode

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

Write() public méthode

public Write ( string text, Color, color ) : void
text string
color Color,
Résultat void

WriteLine() public méthode

public WriteLine ( string text ) : void
text string
Résultat void

WriteLine() public méthode

public WriteLine ( string text, Color, color ) : void
text string
color Color,
Résultat void