C# Class Mosa.CoolWorld.x86.Boot

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

Méthodes publiques

Свойство Type Description
Console Mosa.Kernel.x86.ConsoleSession
Debug Mosa.Kernel.x86.ConsoleSession

Méthodes publiques

Méthode Description
FillLine ( ) : void
ForeverLoop ( ) : void
InBrackets ( string message, byte outerColor, byte innerColor ) : void
Main ( ) : void

Main

ProcessInterrupt ( uint interrupt, uint errorCode ) : void
WaitForKey ( ) : void

Method Details

FillLine() public static méthode

public static FillLine ( ) : void
Résultat void

ForeverLoop() public static méthode

public static ForeverLoop ( ) : void
Résultat void

InBrackets() public static méthode

public static InBrackets ( string message, byte outerColor, byte innerColor ) : void
message string
outerColor byte
innerColor byte
Résultat void

Main() public static méthode

Main
public static Main ( ) : void
Résultat void

ProcessInterrupt() public static méthode

public static ProcessInterrupt ( uint interrupt, uint errorCode ) : void
interrupt uint
errorCode uint
Résultat void

WaitForKey() public static méthode

public static WaitForKey ( ) : void
Résultat void

Property Details

Console public_oe static_oe property

public static ConsoleSession,Mosa.Kernel.x86 Console
Résultat Mosa.Kernel.x86.ConsoleSession

Debug public_oe static_oe property

public static ConsoleSession,Mosa.Kernel.x86 Debug
Résultat Mosa.Kernel.x86.ConsoleSession