Public Static (Shared) Properties
BackColor | Gets or sets the color of the console background. |
Caption | Gets or sets the caption of the console. |
CursorVisible | Gets or sets whether the cursor is visible or not. |
CursorX | Gets or sets the current cursos position on the x axis in the console. |
CursorY | Gets or sets the current cursos position on the y axis in the console. |
EchoInput | Gets or sets whether the console must echo the input or not. |
ForeColor | Gets or sets the color of the console font. |
OvrMode | Gets or sets whether the cursor is in overwrite-mode or not. |
WindowHeight | Gets the height (in characters) of the console window. |
WindowWidth | Gets the width (in characters) of the console window. |
Public Static (Shared) Methods
MoveCursor | Moves the cursor to the specified location. |
Internal Static (Shared) Methods
GetConsoleMode |
The GetConsoleMode function reports the current input mode of a console's input buffer or the current output mode of a console screen buffer.
|
GetConsoleScreenBufferInfo |
The GetConsoleScreenBufferInfo function retrieves information about the specified console screen buffer.
|
GetConsoleTitle |
The GetConsoleTitle function retrieves the title bar string for the current console window.
|
GetStdHandle |
The GetStdHandle function returns a handle for the standard input, standard output, or standard error device.
|
SetConsoleCursorInfo |
The SetConsoleCursorInfo function sets the size and visibility of the cursor for the specified console screen buffer.
|
SetConsoleCursorPosition |
The SetConsoleCursorPosition function sets the cursor position in the specified console screen buffer.
|
SetConsoleMode |
The SetConsoleMode function sets the input mode of a console's input buffer or the output mode of a console screen buffer.
|
SetConsoleTextAttribute |
The SetConsoleTextAttribute function sets the foreground (text) and background color attributes of characters written to the screen buffer by the WriteFile or WriteConsole function, or echoed by the ReadFile or ReadConsole function. This function affects only text written after the function call.
|
SetConsoleTitle |
The SetConsoleTitle function sets the title bar string for the current console window.
|
Private Static (Shared) Fields
Private Static (Shared) Methods
Public Instance Constructors
Public Instance Methods
Equals (inherited from Object) | Select the method name to go to the Microsoft documentation. |
GetHashCode (inherited from Object) | Select the method name to go to the Microsoft documentation. |
GetType (inherited from Object) | Select the method name to go to the Microsoft documentation. |
ToString (inherited from Object) | Select the method name to go to the Microsoft documentation. |
Protected Instance Methods
Finalize (inherited from Object) | Select the method name to go to the Microsoft documentation. |
MemberwiseClone (inherited from Object) | Select the method name to go to the Microsoft documentation. |
See Also
ConsoleAttributes Class | Org.Mentalis.Utilities.ConsoleAttributes Namespace