Click or drag to resize

Console Methods (Typed)

X#

The Console type exposes the following members.

Functions
  NameDescription
Public methodCode exampleClear
Clear the console window.
Public methodDestroy
Provide a method to de-instantiate a.
Public methodCode exampleRead
Use this to read the console input buffer.
Public methodCode exampleWait
Waits for a key press or mouse click on the console window.
Public methodCode exampleWrite
Write a string to the console window.
Public methodWriteError
Write an error message string to the StdErr handle.
Public methodWriteLine
Write a string to the console window and start a new line.
Top
See Also