The members of System.Console are listed below.
See Also: Inherited members from System.Object
static | BackgroundColor | ConsoleColor. Documentation for this section has not yet been entered. |
static | BufferHeight | int. Documentation for this section has not yet been entered. |
static | BufferWidth | int. Documentation for this section has not yet been entered. |
| [read-only] static | CapsLock | bool. Documentation for this section has not yet been entered. |
static | CursorLeft | int. Documentation for this section has not yet been entered. |
static | CursorSize | int. Documentation for this section has not yet been entered. |
static | CursorTop | int. Documentation for this section has not yet been entered. |
static | CursorVisible | bool. Documentation for this section has not yet been entered. |
| [read-only] static | Error | System.IO.TextWriter. Gets the system's standard error output stream. |
static | ForegroundColor | ConsoleColor. Documentation for this section has not yet been entered. |
| [read-only] static | In | System.IO.TextReader. Gets the system's standard input stream. |
static | InputEncoding | System.Text.Encoding. Documentation for this section has not yet been entered. |
| [read-only] static | KeyAvailable | bool. Documentation for this section has not yet been entered. |
| [read-only] static | LargestWindowHeight | int. Documentation for this section has not yet been entered. |
| [read-only] static | LargestWindowWidth | int. Documentation for this section has not yet been entered. |
| [read-only] static | NumberLock | bool. Documentation for this section has not yet been entered. |
| [read-only] static | Out | System.IO.TextWriter. Gets the system's standard output stream. |
static | OutputEncoding | System.Text.Encoding. Documentation for this section has not yet been entered. |
static | Title | string. Documentation for this section has not yet been entered. |
static | TreatControlCAsInput | bool. Documentation for this section has not yet been entered. |
static | WindowHeight | int. Documentation for this section has not yet been entered. |
static | WindowLeft | int. Documentation for this section has not yet been entered. |
static | WindowTop | int. Documentation for this section has not yet been entered. |
static | WindowWidth | int. Documentation for this section has not yet been entered. |
static | Beep()Documentation for this section has not yet been entered. | |
static | Beep(int, int)Documentation for this section has not yet been entered. | |
static | Clear()Documentation for this section has not yet been entered. | |
static | MoveBufferArea(int, int, int, int, int, int)Documentation for this section has not yet been entered. | |
static | MoveBufferArea(int, int, int, int, int, int, char, ConsoleColor, ConsoleColor)Documentation for this section has not yet been entered. | |
static | OpenStandardError()Returns the standard error stream. | |
static | OpenStandardError(int)Returns the standard error stream. | |
static | OpenStandardInput()Returns the standard input stream. | |
static | OpenStandardInput(int)Returns the standard input stream. | |
static | OpenStandardOutput()Returns the standard output stream. | |
static | OpenStandardOutput(int)Returns the standard output stream. The desired size of the internal buffer for the stream is specified. | |
static | Read()Reads the next character from the standard input stream. | |
static | ReadKey()Documentation for this section has not yet been entered. | |
static | ReadKey(bool)Documentation for this section has not yet been entered. | |
static | ReadLine()Reads the next line of characters from the Console.InSystem.IO.TextReader. | |
static | ResetColor()Documentation for this section has not yet been entered. | |
static | SetBufferSize(int, int)Documentation for this section has not yet been entered. | |
static | SetCursorPosition(int, int)Documentation for this section has not yet been entered. | |
static | SetError(System.IO.TextWriter)Sets the Console.Error property to the specified System.IO.TextWriter . | |
static | SetIn(System.IO.TextReader)Sets the Console.In property to the specified System.IO.TextReader . | |
static | SetOut(System.IO.TextWriter)Sets the Console.Out property to the specified System.IO.TextWriter . | |
static | SetWindowPosition(int, int)Documentation for this section has not yet been entered. | |
static | SetWindowSize(int, int)Documentation for this section has not yet been entered. | |
static | Write(bool)Writes the text representation of a bool to the Console.OutSystem.IO.TextWriter . | |
static | Write(char)Writes a character to the Console.OutSystem.IO.TextWriter . | |
static | Write(char[])Writes a character array to the Console.OutSystem.IO.TextWriter . | |
static | Write(decimal)Writes the text representation of a specified decimal to the Console.OutSystem.IO.TextWriter . | |
static | Write(double)Writes the text representation of a specified double to the Console.OutSystem.IO.TextWriter . | |
static | Write(int)Writes the text representation of a specified int to the Console.OutSystem.IO.TextWriter . | |
static | Write(long)Writes the text representation of a specified long to the Console.OutSystem.IO.TextWriter . | |
static | Write(object)Writes the text representation of a specified object to the Console.OutSystem.IO.TextWriter . | |
static | Write(float)Writes the text representation of a specified float to the Console.OutSystem.IO.TextWriter . | |
static | Write(string)Writes a specified string to the Console.OutSystem.IO.TextWriter . | |
static | Write(uint)Writes the text representation of a specified uint to the Console.OutSystem.IO.TextWriter . | |
static | Write(ulong)Writes the text representation of a specified ulong to the Console.OutSystem.IO.TextWriter . | |
static | Write(string, object)Writes a formatted string to the Console.OutSystem.IO.TextWriter . | |
static | Write(string, params object[])Writes a formatted string to the Console.OutSystem.IO.TextWriter . | |
static | Write(char[], int, int)Writes a subarray of characters to the Console.OutSystem.IO.TextWriter . | |
static | Write(string, object, object)Writes a formatted string to the Console.OutSystem.IO.TextWriter . | |
static | Write(string, object, object, object)Writes a formatted string to the Console.OutSystem.IO.TextWriter . | |
static | Write(string, object, object, object, object)Documentation for this section has not yet been entered. | |
static | WriteLine()Writes a line terminator to the Console.OutSystem.IO.TextWriter . | |
static | WriteLine(bool)Writes the text representation of a bool followed by a line terminator to the Console.OutSystem.IO.TextWriter . | |
static | WriteLine(char)Writes a character followed by a line terminator to the Console.OutSystem.IO.TextWriter . | |
static | WriteLine(char[])Writes an array of characters followed by a line terminator to the Console.OutSystem.IO.TextWriter . | |
static | WriteLine(decimal)Writes the text representation of a specified decimal followed by a line terminator to the Console.OutSystem.IO.TextWriter . | |
static | WriteLine(double)Writes the text representation of a specified double followed by a line terminator to the Console.OutSystem.IO.TextWriter . | |
static | WriteLine(int)Writes the text representation of a specified int followed by a line terminator to the Console.OutSystem.IO.TextWriter . | |
static | WriteLine(long)Writes the text representation of a specified long followed by a line terminator to the Console.OutSystem.IO.TextWriter . | |
static | WriteLine(object)Writes the text representation of a specified object followed by a line terminator to the Console.OutSystem.IO.TextWriter . | |
static | WriteLine(float)Writes the text representation of a specified float followed by a line terminator to the Console.OutSystem.IO.TextWriter . | |
static | WriteLine(string)Writes a specified string followed by a line terminator to the Console.OutSystem.IO.TextWriter . | |
static | WriteLine(uint)Writes the text representation of a specified uint followed by a line terminator to the Console.OutSystem.IO.TextWriter . | |
static | WriteLine(ulong)Writes the text representation of a specified ulong followed by a line terminator to the Console.OutSystem.IO.TextWriter . | |
static | WriteLine(string, object)Writes a formatted string and a line terminator to the Console.OutSystem.IO.TextWriter. | |
static | WriteLine(string, params object[])Writes a formatted string and a new line to the Console.OutSystem.IO.TextWriter . | |
static | WriteLine(char[], int, int)Writes a subarray of characters followed by a line terminator to the Console.OutSystem.IO.TextWriter . | |
static | WriteLine(string, object, object)Writes a formatted string and a new line to the Console.OutSystem.IO.TextWriter . | |
static | WriteLine(string, object, object, object)Writes a formatted string and a new line to the Console.OutSystem.IO.TextWriter . | |
static | WriteLine(string, object, object, object, object)Documentation for this section has not yet been entered. | |
static | CancelKeyPress | Documentation for this section has not yet been entered. |