Click or drag to resize

MonoLinuxWorkaroundConsoleIO Class

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

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

The MonoLinuxWorkaroundConsoleIO type exposes the following members.

Constructors
  NameDescription
Public methodMonoLinuxWorkaroundConsoleIO
Initializes a new instance of the MonoLinuxWorkaroundConsoleIO 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) (Overrides MonoWorkaroundConsoleIOReadKey(Boolean).)
Public methodReadKeyWithControlCAsInput (Inherited from MonoWorkaroundConsoleIO.)
Top
Events
  NameDescription
Public eventCancelKeyPress (Inherited from MonoWorkaroundConsoleIO.)
Top
See Also