An implementation of IRichConsole that targets the native Console.

Namespace:  Gallio.Runtime.ConsoleSupport
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public sealed class NativeConsole : IRichConsole
Visual Basic (Declaration)
Public NotInheritable Class NativeConsole _
	Implements IRichConsole

Remarks

This implementation offers protection against redirection of the Out and Error streams. This object will continue to refer to the standard output and error streams even if they are redirected after its initialization.

Inheritance Hierarchy

System..::.Object
  Gallio.Runtime.ConsoleSupport..::.NativeConsole

See Also