C# Class Mosa.AppSystem.AppConsole

Afficher le fichier Open project: tgiphil/MOSA-Project Class Usage Examples

Méthodes publiques

Méthode Description
ClearScreen ( ) : void
Read ( ) : char
ReadLine ( ) : string
Write ( char c ) : void
Write ( string s ) : void
WriteLine ( ) : void
WriteLine ( string line ) : void

Private Methods

Méthode Description
AddToBuffer ( char c ) : void
ConvertToByte ( char c ) : byte
DeleteCharacterFromBuffer ( ) : void
ReadByte ( ) : byte

Method Details

ClearScreen() public méthode

public ClearScreen ( ) : void
Résultat void

Read() public méthode

public Read ( ) : char
Résultat char

ReadLine() public méthode

public ReadLine ( ) : string
Résultat string

Write() public méthode

public Write ( char c ) : void
c char
Résultat void

Write() public méthode

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

WriteLine() public méthode

public WriteLine ( ) : void
Résultat void

WriteLine() public méthode

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