Свойство | Тип | Описание | |
---|---|---|---|
Columns | uint | ||
Rows | uint |
Свойство | Тип | Описание | |
---|---|---|---|
color | byte | ||
column | uint | ||
consoleManager | |||
row | uint | ||
scrollRow | uint | ||
text | byte[] | ||
textcolor | byte[] |
Метод | Описание | |
---|---|---|
Clear ( ) : void |
Clears this instance.
|
|
ConsoleSession ( |
Initializes a new instance of the ConsoleSession class.
|
|
ConsoleSession ( uint columns, uint rows, |
||
GetColor ( byte column, byte row ) : byte | ||
GetText ( byte column, byte row ) : char | ||
Goto ( uint row, uint col ) : void |
Sets the cursor.
|
|
GotoTop ( ) : void |
Goto the top.
|
|
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.
|
|
WriteLine ( ) : void |
Goto the next line.
|
|
WriteLine ( string value ) : void |
Writes the string to the screen.
|
|
WriteLine ( uint val, byte digits, int size ) : void |
Метод | Описание | |
---|---|---|
ScrollUp ( ) : void |
Scrolls up.
|
Метод | Описание | |
---|---|---|
Next ( ) : void |
Next Column
|
|
Skip ( uint skip ) : void |
Skips the specified skip.
|
public ConsoleSession ( |
||
consoleManager | ||
Результат | Mosa.Kernel.x86.Helpers |
public ConsoleSession ( uint columns, uint rows, |
||
columns | uint | |
rows | uint | |
consoleManager | ||
scrollRow | uint | |
Результат | Mosa.Kernel.x86.Helpers |
public GetColor ( byte column, byte row ) : byte | ||
column | byte | |
row | byte | |
Результат | byte |
public GetText ( byte column, byte row ) : char | ||
column | byte | |
row | byte | |
Результат | char |
public Goto ( uint row, uint col ) : void | ||
row | uint | The row. |
col | uint | The col. |
Результат | void |
public Write ( string value ) : void | ||
value | string | The string value to write to the screen. |
Результат | void |
public Write ( uint val, byte digits, int size ) : void | ||
val | uint | The val. |
digits | byte | The digits. |
size | int | The size. |
Результат | void |
public WriteLine ( string value ) : void | ||
value | string | The string value to write to the screen. |
Результат | void |
public WriteLine ( uint val, byte digits, int size ) : void | ||
val | uint | |
digits | byte | |
size | int | |
Результат | void |
protected ConsoleManager,Mosa.Kernel.x86 consoleManager | ||
Результат |