C# Class ColorfulConsoleProxy, Reloaded-II

Proxy for Colorful.Console. [Default]
Inheritance: IConsoleProxy
Mostra file Open project: Reloaded-Project/Reloaded-II

Public Methods

Method 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 method

public Clear ( ) : void
return void

SetBackColor() public method

public SetBackColor ( Color, color ) : void
color Color,
return void

SetCursorPosition() public method

public SetCursorPosition ( int left, int top ) : void
left int
top int
return void

SetForeColor() public method

public SetForeColor ( Color, color ) : void
color Color,
return void

Write() public method

public Write ( string text ) : void
text string
return void

Write() public method

public Write ( string text, Color, color ) : void
text string
color Color,
return void

WriteLine() public method

public WriteLine ( string text ) : void
text string
return void

WriteLine() public method

public WriteLine ( string text, Color, color ) : void
text string
color Color,
return void