Mono Class Library: System.Console Overview | Members

System.Console.Out Property

Gets the system's standard output stream.

public static System.IO.TextWriter Out { get; }

Value

A synchronized System.IO.TextWriter object where normal output is sent.

Remarks

This property is read-only.

This property can be redirected using the Console.SetOut(System.IO.TextWriter) method.

Note: If the application does not have a Console, Console.Out behaves like System.IO.TextWriter.Null.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0