C# Class UnitWrappers.System.ConsoleWrap

Wrapper for Console class.
Inheritance: IConsole
Afficher le fichier Open project: OpenSharp/UnitWrappers

Méthodes publiques

Méthode Description
ResetColor ( ) : void
SetOut ( TextWriter newOut ) : void
Write ( char value ) : void
Write ( string value ) : void
WriteLine ( ) : void
WriteLine ( string value ) : void
WriteLine ( string format, object arg0 ) : void
WriteLine ( string format, object arg0, object arg1 ) : void
WriteLine ( string format, object arg0, object arg1, object arg2 ) : void

Method Details

ResetColor() public méthode

public ResetColor ( ) : void
Résultat void

SetOut() public méthode

public SetOut ( TextWriter newOut ) : void
newOut System.IO.TextWriter
Résultat void

Write() public méthode

public Write ( char value ) : void
value char
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

WriteLine() public méthode

public WriteLine ( string format, object arg0 ) : void
format string
arg0 object
Résultat void

WriteLine() public méthode

public WriteLine ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
Résultat void

WriteLine() public méthode

public WriteLine ( string format, object arg0, object arg1, object arg2 ) : void
format string
arg0 object
arg1 object
arg2 object
Résultat void