This topic has not yet been rated - Rate this topic

Console Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Represents the standard input, output, and error streams for console applications. This class cannot be inherited.

System.Object
  System.Console

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)
public static class Console

The Console type exposes the following members.

  Name Description
Public property Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 Error Infrastructure. Gets the standard error output stream.
Public property Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 In Infrastructure. Gets the standard input stream.
Public property Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 Out Infrastructure. Gets the standard output stream.
Top
  Name Description
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 ReadLine Infrastructure. Reads a line of characters from the console.
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 SetError Infrastructure. Security Critical. Sets the Error property.
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 SetIn Infrastructure. Security Critical. Sets the In property.
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 SetOut Infrastructure. Security Critical. Sets the Out property.
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 Write(Char) Infrastructure. Writes the specified Unicode character value to the standard output stream.
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 Write(Char[]) Infrastructure. Writes the specified array of Unicode characters to the standard output stream.
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 Write(Int32) Infrastructure. Writes the text representation of the specified 32-bit signed integer value to the standard output stream.
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 Write(Object) Infrastructure. Writes the text representation of the specified object to the standard output stream.
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 Write(String) Infrastructure. Writes the specified string value to the standard output stream.
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 Write(String, Object) Infrastructure. Writes the text representation of the specified object to the standard output stream using the specified format information.
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 Write(String, Object[]) Infrastructure. Writes the text representation of the specified array of objects to the standard output stream using the specified format information.
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 Write(Char[], Int32, Int32) Infrastructure. Writes the specified subarray of Unicode characters to the standard output stream.
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 Write(String, Object, Object) Infrastructure. Writes the text representation of the specified objects to the standard output stream using the specified format information.
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 Write(String, Object, Object, Object) Infrastructure. Writes the text representation of the specified objects to the standard output stream using the specified format information.
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 WriteLine() Infrastructure. Writes the current line terminator to the standard output stream.
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 WriteLine(Char) Infrastructure. Writes the specified Unicode character, followed by the current line terminator, value to the standard output stream.
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 WriteLine(Char[]) Infrastructure. Writes the specified array of Unicode characters, followed by the current line terminator, to the standard output stream.
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 WriteLine(Int32) Infrastructure. Writes the text representation of the specified 32-bit signed integer value, followed by the current line terminator, to the standard output stream.
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 WriteLine(Object) Infrastructure. Writes the text representation of the specified object, followed by the current line terminator, to the standard output stream.
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 WriteLine(String) Infrastructure. Writes the specified string value, followed by the current line terminator, to the standard output stream.
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 WriteLine(String, Object) Infrastructure. Writes the text representation of the specified object, followed by the current line terminator, to the standard output stream using the specified format information.
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 WriteLine(String, Object[]) Infrastructure. Writes the text representation of the specified array of objects, followed by the current line terminator, to the standard output stream using the specified format information.
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 WriteLine(String, Object, Object) Infrastructure. Writes the text representation of the specified objects, followed by the current line terminator, to the standard output stream using the specified format information.
Public method Static member Supported by Silverlight for Windows Phone Supported by Xbox 360 WriteLine(String, Object, Object, Object) Infrastructure. Writes the text representation of the specified objects, followed by the current line terminator, to the standard output stream using the specified format information.
Top

The console is unavailable in a Silverlight application.

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

XNA Framework

Supported in: Xbox 360, Windows Phone OS 7.0

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ