Mono Class Library: System.Console Overview | Members

System.Console.OpenStandardOutput Overloads

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

Public Methods

static
OpenStandardOutput() : System.IO.Stream
Returns the standard output stream.
static
OpenStandardOutput(int) : System.IO.Stream
Returns the standard output stream. The desired size of the internal buffer for the stream is specified.