Search Results for

    Show / Hide Table of Contents

    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 Source

    IsRaw

    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 Source

    DisableRaw()

    Disables raw console (goes back to cooked mode)

    Declaration
    public static void DisableRaw()
    | Edit this page View Source

    EnableRaw()

    Enables raw console (goes to raw mode)

    Declaration
    public static void EnableRaw()
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX