BasicConsole Methods Fling OS

The BasicConsole type exposes the following members.

Methods

  Name Description
Public method Static member Clear
Clears the output to all black.
Public method Static member PrintTestString
Prints the test string (all the keyboard characters) to the start of the output - overwrites any existing text.
Public method Static member Write
Writes the specified string to the output at the current offset.
Public method Static member WriteLine
Writes the specified string to the output at the current offset then moves the offset to the end of the line.
Top
See Also