The BasicConsole type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() |
Clear |
Clears the output to all black.
|
![]() ![]() |
PrintTestString |
Prints the test string (all the keyboard characters) to the start of the output - overwrites any existing text.
|
![]() ![]() |
Write |
Writes the specified string to the output at the current offset.
|
![]() ![]() |
WriteLine |
Writes the specified string to the output at the current offset then moves the offset to the end of the line.
|
See Also