Console Methods
.NET Framework 1.1
The methods of the Console class are listed here. For a complete list of Console class members, see the Console Members topic.
Public Methods
![]() OpenStandardError | Overloaded. Acquires the standard error stream. |
![]() OpenStandardInput | Overloaded. Acquires the standard input stream. |
![]() OpenStandardOutput | Overloaded. Acquires the standard output stream. |
![]() Read | Reads the next character from the standard input stream. |
![]() ReadLine Supported by the .NET Compact Framework. | Reads the next line of characters from the standard input stream. |
![]() SetError | Sets the Error property to the specified TextWriter. |
![]() SetIn | Sets the In property to the specified TextReader. |
![]() SetOut | Sets the Out property to the specified TextWriter. |
![]() Write Supported by the .NET Compact Framework. | Overloaded. Writes the specified information to the standard output stream. |
![]() WriteLine Supported by the .NET Compact Framework. | Overloaded. Writes the specified data, followed by the current line terminator, to the standard output stream. |
