C# Class ScriptCs.ReplConsole

Inheritance: IConsole
Afficher le fichier Open project: 7sharp9/scriptcs

Méthodes publiques

Méthode Description
Exit ( ) : void
ReadLine ( ) : string
ReplConsole ( ) : System
ResetColor ( ) : void
Write ( string value ) : void
WriteLine ( string value ) : void

Private Methods

Méthode Description
HandleCancelKeyPress ( object sender, ConsoleCancelEventArgs e ) : void

Method Details

Exit() public méthode

public Exit ( ) : void
Résultat void

ReadLine() public méthode

public ReadLine ( ) : string
Résultat string

ReplConsole() public méthode

public ReplConsole ( ) : System
Résultat System

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 ( string value ) : void
value string
Résultat void