C# 클래스 Mosa.Kernel.x86.Screen

파일 보기 프로젝트 열기: tgiphil/MOSA-Project

공개 프로퍼티들

프로퍼티 타입 설명
column uint
row uint

공개 메소드들

메소드 설명
Clear ( ) : void

Clears this instance.

ClearRow ( ) : void
Goto ( uint row, uint col ) : void

Goto the specified row and column.

GotoTop ( ) : void

Goto the top.

NextLine ( ) : void

Goto the next line.

RawWrite ( uint row, uint column, char chr, byte color ) : void

Writes the character.

SetCursor ( uint row, uint col ) : void

Sets the cursor.

UpdateCursor ( ) : void
Write ( StringBuffer value ) : void

Writes the string to the screen.

Write ( char chr ) : void

Writes the character.

Write ( string value ) : void

Writes the string to the screen.

Write ( uint val ) : void

Writes the specified value.

Write ( uint val, byte digits, int size ) : void

Writes the specified value.

비공개 메소드들

메소드 설명
Next ( ) : void

Next Column

Skip ( uint skip ) : void

Skips the specified skip.

메소드 상세

Clear() 공개 정적인 메소드

Clears this instance.
public static Clear ( ) : void
리턴 void

ClearRow() 공개 정적인 메소드

public static ClearRow ( ) : void
리턴 void

Goto() 공개 정적인 메소드

Goto the specified row and column.
public static Goto ( uint row, uint col ) : void
row uint The row.
col uint The col.
리턴 void

GotoTop() 공개 정적인 메소드

Goto the top.
public static GotoTop ( ) : void
리턴 void

NextLine() 공개 정적인 메소드

Goto the next line.
public static NextLine ( ) : void
리턴 void

RawWrite() 공개 정적인 메소드

Writes the character.
public static RawWrite ( uint row, uint column, char chr, byte color ) : void
row uint
column uint
chr char The character.
color byte
리턴 void

SetCursor() 공개 정적인 메소드

Sets the cursor.
public static SetCursor ( uint row, uint col ) : void
row uint The row.
col uint The col.
리턴 void

UpdateCursor() 공개 정적인 메소드

public static UpdateCursor ( ) : void
리턴 void

Write() 공개 정적인 메소드

Writes the string to the screen.
public static Write ( StringBuffer value ) : void
value Mosa.Runtime.StringBuffer The string value to write to the screen.
리턴 void

Write() 공개 정적인 메소드

Writes the character.
public static Write ( char chr ) : void
chr char The character.
리턴 void

Write() 공개 정적인 메소드

Writes the string to the screen.
public static Write ( string value ) : void
value string The string value to write to the screen.
리턴 void

Write() 공개 정적인 메소드

Writes the specified value.
public static Write ( uint val ) : void
val uint The val.
리턴 void

Write() 공개 정적인 메소드

Writes the specified value.
public static Write ( uint val, byte digits, int size ) : void
val uint The val.
digits byte The digits.
size int The size.
리턴 void

프로퍼티 상세

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

public static uint column
리턴 uint

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

public static uint row
리턴 uint