Click or drag to resize

CreateShellCommandOptionsOut Property

Gets or sets the output TextWriter used to print usage information.

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntax
public TextWriter Out { get; set; }

Property Value

Type: TextWriter
The TextWriter used to print usage information, or to print to the standard output stream. The default value is .
See Also