C# Class Mosa.AppSystem.AppConsole

ファイルを表示 Open project: tgiphil/MOSA-Project Class Usage Examples

Public Methods

Method Description
ClearScreen ( ) : void
Read ( ) : char
ReadLine ( ) : string
Write ( char c ) : void
Write ( string s ) : void
WriteLine ( ) : void
WriteLine ( string line ) : void

Private Methods

Method Description
AddToBuffer ( char c ) : void
ConvertToByte ( char c ) : byte
DeleteCharacterFromBuffer ( ) : void
ReadByte ( ) : byte

Method Details

ClearScreen() public method

public ClearScreen ( ) : void
return void

Read() public method

public Read ( ) : char
return char

ReadLine() public method

public ReadLine ( ) : string
return string

Write() public method

public Write ( char c ) : void
c char
return void

Write() public method

public Write ( string s ) : void
s string
return void

WriteLine() public method

public WriteLine ( ) : void
return void

WriteLine() public method

public WriteLine ( string line ) : void
line string
return void