Click or drag to resize

ConsoleUI Class

Class that allows for console input/output, normally stdin, stdout, stderr, extended by dedicated stuff, but also in a GUI environment offering mechanisms for console input/output.
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.libGrConsoleUI

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public class ConsoleUI

The ConsoleUI type exposes the following members.

Constructors
  NameDescription
Public methodConsoleUI
Initializes a new instance of the ConsoleUI class
Top
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