Search Results for

    Show / Hide Table of Contents

    Class ConsoleClearing

    Console clearing tools

    Inheritance
    object
    ConsoleClearing
    Namespace: Terminaux.Base.Extensions
    Assembly: Terminaux.dll
    Syntax
    public static class ConsoleClearing

    Methods

    | Edit this page View Source

    ClearLineToRight()

    Clears the line to the right

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

    GetClearLineToRightSequence()

    Gets a sequence that clears the line to the right

    Declaration
    public static string GetClearLineToRightSequence()
    Returns
    Type Description
    string
    | Edit this page View Source

    GetClearWholeScreenSequence()

    Gets a sequence that clears the whole screen

    Declaration
    public static string GetClearWholeScreenSequence()
    Returns
    Type Description
    string
    | Edit this page View Source

    ResetAll()

    Resets the entire console

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