Mono Class Library: Overview

System.Console: Property Members

The properties of System.Console are listed below. For a list of all members, see the Console Members list.

See Also: Inherited members from System.Object

Public Properties

static
BackgroundColorConsoleColor. Documentation for this section has not yet been entered.
static
BufferHeightint. Documentation for this section has not yet been entered.
static
BufferWidthint. Documentation for this section has not yet been entered.
[read-only]
static
CapsLockbool. Documentation for this section has not yet been entered.
static
CursorLeftint. Documentation for this section has not yet been entered.
static
CursorSizeint. Documentation for this section has not yet been entered.
static
CursorTopint. Documentation for this section has not yet been entered.
static
CursorVisiblebool. Documentation for this section has not yet been entered.
[read-only]
static
ErrorSystem.IO.TextWriter. Gets the system's standard error output stream.
static
ForegroundColorConsoleColor. Documentation for this section has not yet been entered.
[read-only]
static
InSystem.IO.TextReader. Gets the system's standard input stream.
static
InputEncodingSystem.Text.Encoding. Documentation for this section has not yet been entered.
[read-only]
static
KeyAvailablebool. Documentation for this section has not yet been entered.
[read-only]
static
LargestWindowHeightint. Documentation for this section has not yet been entered.
[read-only]
static
LargestWindowWidthint. Documentation for this section has not yet been entered.
[read-only]
static
NumberLockbool. Documentation for this section has not yet been entered.
[read-only]
static
OutSystem.IO.TextWriter. Gets the system's standard output stream.
static
OutputEncodingSystem.Text.Encoding. Documentation for this section has not yet been entered.
static
Titlestring. Documentation for this section has not yet been entered.
static
TreatControlCAsInputbool. Documentation for this section has not yet been entered.
static
WindowHeightint. Documentation for this section has not yet been entered.
static
WindowLeftint. Documentation for this section has not yet been entered.
static
WindowTopint. Documentation for this section has not yet been entered.
static
WindowWidthint. Documentation for this section has not yet been entered.