C# Class Mosa.Kernel.x86.ConsoleManager

Show file Open project: tgiphil/MOSA-Project Class Usage Examples

Public Properties

Property Type Description
Boot ConsoleSession
Controller ConsoleManager
Debug ConsoleSession

Protected Properties

Property Type Description
active ConsoleSession

Public Methods

Method Description
ConsoleManager ( )
CreateSeason ( ) : ConsoleSession
RawWrite ( ConsoleSession console, uint row, uint column, char chr, byte color ) : void
Setup ( ) : void
Switch ( ConsoleSession console ) : void
UpdateCursor ( ConsoleSession console ) : void

Method Details

ConsoleManager() public method

public ConsoleManager ( )

CreateSeason() public method

public CreateSeason ( ) : ConsoleSession
return ConsoleSession

RawWrite() public method

public RawWrite ( ConsoleSession console, uint row, uint column, char chr, byte color ) : void
console ConsoleSession
row uint
column uint
chr char
color byte
return void

Setup() public static method

public static Setup ( ) : void
return void

Switch() public method

public Switch ( ConsoleSession console ) : void
console ConsoleSession
return void

UpdateCursor() public method

public UpdateCursor ( ConsoleSession console ) : void
console ConsoleSession
return void

Property Details

Boot public property

public ConsoleSession,Mosa.Kernel.x86 Boot
return ConsoleSession

Controller public static property

public static ConsoleManager,Mosa.Kernel.x86 Controller
return ConsoleManager

Debug public property

public ConsoleSession,Mosa.Kernel.x86 Debug
return ConsoleSession

active protected property

protected ConsoleSession,Mosa.Kernel.x86 active
return ConsoleSession