Click or drag to resize

MonoWindowsWorkaroundConsoleIO Class

Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.libGrMonoWorkaroundConsoleIO
    de.unika.ipd.grGen.libGrMonoWindowsWorkaroundConsoleIO

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

The MonoWindowsWorkaroundConsoleIO type exposes the following members.

Constructors
  NameDescription
Public methodMonoWindowsWorkaroundConsoleIO
Initializes a new instance of the MonoWindowsWorkaroundConsoleIO class
Top
Properties
  NameDescription
Public propertyIn (Inherited from MonoWorkaroundConsoleIO.)
Public propertyKeyAvailable (Inherited from MonoWorkaroundConsoleIO.)
Top
Methods
  NameDescription
Public methodAllocTheConsole (Overrides MonoWorkaroundConsoleIOAllocTheConsole.)
Public methodAllowRedraw (Overrides MonoWorkaroundConsoleIOAllowRedraw(IntPtr).)
Public methodAttachTheConsole (Overrides MonoWorkaroundConsoleIOAttachTheConsole(Int32).)
Public methodClear (Inherited from MonoWorkaroundConsoleIO.)
Public methodFreeTheConsole (Overrides MonoWorkaroundConsoleIOFreeTheConsole.)
Public methodPreventComputerFromGoingIntoSleepMode (Overrides MonoWorkaroundConsoleIOPreventComputerFromGoingIntoSleepMode(Boolean).)
Public methodPreventRedraw (Overrides MonoWorkaroundConsoleIOPreventRedraw(IntPtr).)
Public methodPrintHighlighted
Prints the given text in the chosen highlighting mode on the console
(Overrides MonoWorkaroundConsoleIOPrintHighlighted(String, HighlightingMode).)
Public methodReadKey (Inherited from MonoWorkaroundConsoleIO.)
Public methodReadKey(Boolean)
Reads a key from stdin and optionally displays it in the console. Additionally it ignores several incorrect keys returned by Mono on Windows.
(Overrides MonoWorkaroundConsoleIOReadKey(Boolean).)
Public methodReadKeyWithControlCAsInput (Inherited from MonoWorkaroundConsoleIO.)
Top
Events
  NameDescription
Public eventCancelKeyPress (Inherited from MonoWorkaroundConsoleIO.)
Top
See Also