C# Class Pickaxe.PlatConsole.UnixConsole

Inheritance: IConsole
Afficher le fichier Open project: bitsummation/pickaxe

Méthodes publiques

Méthode Description
ClearLine ( int line ) : void
Init ( ) : void
MoveCursor ( int line ) : void
Print ( string value ) : void
PrintError ( string value ) : void

Method Details

ClearLine() public méthode

public ClearLine ( int line ) : void
line int
Résultat void

Init() public méthode

public Init ( ) : void
Résultat void

MoveCursor() public méthode

public MoveCursor ( int line ) : void
line int
Résultat void

Print() public méthode

public Print ( string value ) : void
value string
Résultat void

PrintError() public méthode

public PrintError ( string value ) : void
value string
Résultat void