Click or drag to resize

ConsoleUI Properties

The ConsoleUI type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberconsoleIn
An interface that allows to read keys from the console, typically null unless a debugger session is started
Public propertyStatic memberconsoleOut
An interface that allows for highlighted output, typically null unless a debugger session is started
Public propertyStatic membererrorOutWriter
The error output write normally mapping to stderr
Public propertyStatic memberinReader
The input reader normally mapping to stdin
Public propertyStatic memberoutWriter
The output writer normally mapping to stdout
Top
See Also