C# Class Pickaxe.PlatConsole.UnixConsole

Inheritance: IConsole
Mostra file Open project: bitsummation/pickaxe

Public Methods

Method Description
ClearLine ( int line ) : void
Init ( ) : void
MoveCursor ( int line ) : void
Print ( string value ) : void
PrintError ( string value ) : void

Method Details

ClearLine() public method

public ClearLine ( int line ) : void
line int
return void

Init() public method

public Init ( ) : void
return void

MoveCursor() public method

public MoveCursor ( int line ) : void
line int
return void

Print() public method

public Print ( string value ) : void
value string
return void

PrintError() public method

public PrintError ( string value ) : void
value string
return void