C# Class ScriptCs.Hosting.FileConsole

Inheritance: IConsole
Afficher le fichier Open project: scriptcs/scriptcs Class Usage Examples

Méthodes publiques

Méthode Description
Clear ( ) : void
Exit ( ) : void
FileConsole ( string path, IConsole innerConsole ) : System
ReadLine ( string prompt ) : string
ResetColor ( ) : void
Write ( string value ) : void
WriteLine ( ) : void
WriteLine ( string value ) : void

Private Methods

Méthode Description
Append ( string text ) : void
AppendLine ( string text ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

Exit() public méthode

public Exit ( ) : void
Résultat void

FileConsole() public méthode

public FileConsole ( string path, IConsole innerConsole ) : System
path string
innerConsole IConsole
Résultat System

ReadLine() public méthode

public ReadLine ( string prompt ) : string
prompt string
Résultat string

ResetColor() public méthode

public ResetColor ( ) : void
Résultat void

Write() public méthode

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

WriteLine() public méthode

public WriteLine ( ) : void
Résultat void

WriteLine() public méthode

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