C# 클래스 Mosa.CoolWorld.x86.Boot

파일 보기 프로젝트 열기: tgiphil/MOSA-Project 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Console Mosa.Kernel.x86.ConsoleSession
Debug Mosa.Kernel.x86.ConsoleSession

공개 메소드들

메소드 설명
FillLine ( ) : void
ForeverLoop ( ) : void
InBrackets ( string message, byte outerColor, byte innerColor ) : void
Main ( ) : void

Main

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

메소드 상세

FillLine() 공개 정적인 메소드

public static FillLine ( ) : void
리턴 void

ForeverLoop() 공개 정적인 메소드

public static ForeverLoop ( ) : void
리턴 void

InBrackets() 공개 정적인 메소드

public static InBrackets ( string message, byte outerColor, byte innerColor ) : void
message string
outerColor byte
innerColor byte
리턴 void

Main() 공개 정적인 메소드

Main
public static Main ( ) : void
리턴 void

ProcessInterrupt() 공개 정적인 메소드

public static ProcessInterrupt ( uint interrupt, uint errorCode ) : void
interrupt uint
errorCode uint
리턴 void

WaitForKey() 공개 정적인 메소드

public static WaitForKey ( ) : void
리턴 void

프로퍼티 상세

Console 공개적으로 정적으로 프로퍼티

public static ConsoleSession,Mosa.Kernel.x86 Console
리턴 Mosa.Kernel.x86.ConsoleSession

Debug 공개적으로 정적으로 프로퍼티

public static ConsoleSession,Mosa.Kernel.x86 Debug
리턴 Mosa.Kernel.x86.ConsoleSession