Class ConsoleMode
Console mode manipulation
Inheritance
object
ConsoleMode
Namespace
Syntax
public static class ConsoleMode
Properties
IsRaw
Whether the console is in the raw mode or in the cooked mode
Property Value
bool
Declaration
public static bool IsRaw { get; }
Methods
DisableRaw()
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()