The XConsoleUtility type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clear | Overloaded. | |
| ClearInputQueue |
Clears the queue of unprocessed inputs.
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. | |
| GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | |
| GetType | Gets the Type of the current instance. | |
| MemberwiseClone | Creates a shallow copy of the current Object. | |
| ReadInput |
Reads the next unprocessed key from the standart ouput. If no key is available, returns None.
| |
| ReadKey | Overloaded. | |
| SetCursorPosition |
Sets the cursor position.
| |
| ToString | (Inherited from Object.) | |
| WaitForKey | Overloaded. | |
| WaitForKeyMs | Overloaded. |
Properties
| Name | Description | |
|---|---|---|
| BackColor |
Gets or sets the background color.
| |
| ConsoleBufferHeight |
Gets the height of the console buffer in characters.
| |
| ConsoleBufferSize |
Gets the size of the console buffer in characters.
| |
| ConsoleBufferWidth |
Gets the width of the console buffer in characters.
| |
| ConsoleHeight |
Gets the height of the console window in characters.
| |
| ConsoleCharacterCount |
Gets the count of characters in the console.
| |
| ConsoleLargestHeight |
Gets the maximum height of the console window in characters.
| |
| ConsoleLargestSize |
Gets the maximum size of the console window in characters.
| |
| ConsoleLargestWidth |
Gets the maximum width of the console window in characters.
| |
| ConsoleSize |
Gets the size of the console window in characters.
| |
| ConsoleTitle |
Gets or sets the console title.
| |
| ConsoleWidth |
Gets the width of the console window in characters.
| |
| ConsoleWindowHeight |
Gets the height of the console window in pixels.
| |
| ConsoleWindowSize |
Gets the size of the console window in pixels.
| |
| ConsoleWindowWidth |
Gets the width of the console window in pixels.
| |
| CursorPosition |
Gets or sets the cursor position.
| |
| CursorVisible |
Gets or sets visibility of the cursor.
| |
| EchoInput |
Enables or disables the echo input.
| |
| FontHeight |
Gets the font height in the console in pixels.
| |
| FontSize |
Gets the font size in the console in pixels.
| |
| FontWidth |
Gets the font width in the console in pixels.
| |
| ForeColor |
Gets or sets the foreground color.
| |
| FullScreen |
Gets or sets whether the console is in the full-screen mode.
| |
| LastKey |
The last processed keÿ Keys while reading keys.
| |
| LastKeyChar |
The last processed character Char while reading keys.
| |
| MouseInput |
Enables or disables the mouse input.
|