The XConsoleUtility type exposes the following members.

Methods

  NameDescription
ClearOverloaded.
ClearInputQueue
Clears the queue of unprocessed inputs.
Equals

Determines whether the specified Object is equal to the current Object.

(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.

(Inherited from Object.)
GetHashCode

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

(Inherited from Object.)
GetType

Gets the Type of the current instance.

(Inherited from Object.)
MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)
ReadInput
Reads the next unprocessed key from the standart ouput. If no key is available, returns None.
ReadKeyOverloaded.
SetCursorPosition
Sets the cursor position.
ToString

Returns a String that represents the current Object.

(Inherited from Object.)
WaitForKeyOverloaded.
WaitForKeyMsOverloaded.

Properties

  NameDescription
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.

See Also