Click or drag to resize

CommandLineTypeOutputStream Property

All output is pumped through this object. You can capture it by assigning your TextWriter here.

Namespace:  us.FreeWill.CommandLine
Assembly:  CommandLine (in CommandLine.dll) Version: 2.0.2341.22284
Syntax
C#
public TextWriter OutputStream { get; set; }

Property Value

Type: TextWriter
See Also