Click or drag to resize

CommandLineType Properties

The CommandLineType type exposes the following members.

Properties
  NameDescription
Public propertyInputStream
The TextReader that accepts user input. You can assign your own TextReader here to capture the user's entries.
Public propertyOutputStream
All output is pumped through this object. You can capture it by assigning your TextWriter here.
Top
See Also