The methods of System.Console are listed below. For a list of all members, see the Console Members list.
See Also: Inherited members from System.Object
staticBeep() Documentation for this section has not yet been entered. staticBeep(int, int) Documentation for this section has not yet been entered. staticClear() Documentation for this section has not yet been entered. staticMoveBufferArea(int, int, int, int, int, int) Documentation for this section has not yet been entered. staticMoveBufferArea(int, int, int, int, int, int, char, ConsoleColor, ConsoleColor) Documentation for this section has not yet been entered. staticOpenStandardError() : System.IO.Stream Returns the standard error stream. staticOpenStandardError(int) : System.IO.Stream Returns the standard error stream. staticOpenStandardInput() : System.IO.Stream Returns the standard input stream. staticOpenStandardInput(int) : System.IO.Stream Returns the standard input stream. staticOpenStandardOutput() : System.IO.Stream Returns the standard output stream. staticOpenStandardOutput(int) : System.IO.Stream Returns the standard output stream. The desired size of the internal buffer for the stream is specified. staticRead() : int Reads the next character from the standard input stream. staticReadKey() : ConsoleKeyInfo Documentation for this section has not yet been entered. staticReadKey(bool) : ConsoleKeyInfo Documentation for this section has not yet been entered. staticReadLine() : string Reads the next line of characters from the Console.InSystem.IO.TextReader. staticResetColor() Documentation for this section has not yet been entered. staticSetBufferSize(int, int) Documentation for this section has not yet been entered. staticSetCursorPosition(int, int) Documentation for this section has not yet been entered. staticSetError(System.IO.TextWriter) Sets the Console.Error property to the specified System.IO.TextWriter . staticSetIn(System.IO.TextReader) Sets the Console.In property to the specified System.IO.TextReader . staticSetOut(System.IO.TextWriter) Sets the Console.Out property to the specified System.IO.TextWriter . staticSetWindowPosition(int, int) Documentation for this section has not yet been entered. staticSetWindowSize(int, int) Documentation for this section has not yet been entered. staticWrite(bool) Writes the text representation of a bool to the Console.OutSystem.IO.TextWriter . staticWrite(char) Writes a character to the Console.OutSystem.IO.TextWriter . staticWrite(char[]) Writes a character array to the Console.OutSystem.IO.TextWriter . staticWrite(decimal) Writes the text representation of a specified decimal to the Console.OutSystem.IO.TextWriter . staticWrite(double) Writes the text representation of a specified double to the Console.OutSystem.IO.TextWriter . staticWrite(int) Writes the text representation of a specified int to the Console.OutSystem.IO.TextWriter . staticWrite(long) Writes the text representation of a specified long to the Console.OutSystem.IO.TextWriter . staticWrite(object) Writes the text representation of a specified object to the Console.OutSystem.IO.TextWriter . staticWrite(float) Writes the text representation of a specified float to the Console.OutSystem.IO.TextWriter . staticWrite(string) Writes a specified string to the Console.OutSystem.IO.TextWriter . staticWrite(uint) Writes the text representation of a specified uint to the Console.OutSystem.IO.TextWriter . staticWrite(ulong) Writes the text representation of a specified ulong to the Console.OutSystem.IO.TextWriter . staticWrite(string, object) Writes a formatted string to the Console.OutSystem.IO.TextWriter . staticWrite(string, params object[]) Writes a formatted string to the Console.OutSystem.IO.TextWriter . staticWrite(char[], int, int) Writes a subarray of characters to the Console.OutSystem.IO.TextWriter . staticWrite(string, object, object) Writes a formatted string to the Console.OutSystem.IO.TextWriter . staticWrite(string, object, object, object) Writes a formatted string to the Console.OutSystem.IO.TextWriter . staticWrite(string, object, object, object, object) Documentation for this section has not yet been entered. staticWriteLine() Writes a line terminator to the Console.OutSystem.IO.TextWriter . staticWriteLine(bool) Writes the text representation of a bool followed by a line terminator to the Console.OutSystem.IO.TextWriter . staticWriteLine(char) Writes a character followed by a line terminator to the Console.OutSystem.IO.TextWriter . staticWriteLine(char[]) Writes an array of characters followed by a line terminator to the Console.OutSystem.IO.TextWriter . staticWriteLine(decimal) Writes the text representation of a specified decimal followed by a line terminator to the Console.OutSystem.IO.TextWriter . staticWriteLine(double) Writes the text representation of a specified double followed by a line terminator to the Console.OutSystem.IO.TextWriter . staticWriteLine(int) Writes the text representation of a specified int followed by a line terminator to the Console.OutSystem.IO.TextWriter . staticWriteLine(long) Writes the text representation of a specified long followed by a line terminator to the Console.OutSystem.IO.TextWriter . staticWriteLine(object) Writes the text representation of a specified object followed by a line terminator to the Console.OutSystem.IO.TextWriter . staticWriteLine(float) Writes the text representation of a specified float followed by a line terminator to the Console.OutSystem.IO.TextWriter . staticWriteLine(string) Writes a specified string followed by a line terminator to the Console.OutSystem.IO.TextWriter . staticWriteLine(uint) Writes the text representation of a specified uint followed by a line terminator to the Console.OutSystem.IO.TextWriter . staticWriteLine(ulong) Writes the text representation of a specified ulong followed by a line terminator to the Console.OutSystem.IO.TextWriter . staticWriteLine(string, object) Writes a formatted string and a line terminator to the Console.OutSystem.IO.TextWriter. staticWriteLine(string, params object[]) Writes a formatted string and a new line to the Console.OutSystem.IO.TextWriter . staticWriteLine(char[], int, int) Writes a subarray of characters followed by a line terminator to the Console.OutSystem.IO.TextWriter . staticWriteLine(string, object, object) Writes a formatted string and a new line to the Console.OutSystem.IO.TextWriter . staticWriteLine(string, object, object, object) Writes a formatted string and a new line to the Console.OutSystem.IO.TextWriter . staticWriteLine(string, object, object, object, object) Documentation for this section has not yet been entered.