Class ConsoleMode
Console mode manipulation
Inheritance
object
ConsoleMode
Namespace: Terminaux.Base.Extensions
Assembly: Terminaux.dll
Syntax
public static class ConsoleMode
Properties
| Edit this page View SourceIsRaw
Whether the console is in the raw mode or in the cooked mode
Declaration
public static bool IsRaw { get; }
Property Value
Type | Description |
---|---|
bool |
Methods
| Edit this page View SourceDisableRaw()
Disables raw console (goes back to cooked mode)
Declaration
public static void DisableRaw()
EnableRaw()
Enables raw console (goes to raw mode)
Declaration
public static void EnableRaw()