Console Methods |
The Console type exposes the following members.
Name | Description | |
---|---|---|
Clear |
Clear the console window.
| |
Destroy |
Provide a method to de-instantiate a.
| |
Read |
Use this to read the console input buffer.
| |
Wait |
Waits for a key press or mouse click on the console window.
| |
Write |
Write a string to the console window.
| |
WriteError |
Write an error message string to the StdErr handle.
| |
WriteLine |
Write a string to the console window and start a new line.
|