CliContextOutput Property

Gets the standard output, to which non-error information should be written during the current invocation. By default, it's set to Out, it's changed via Output.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
C#
public TextWriter Output { get; }

Property Value

TextWriter

See Also