Class ConsoleClearing
Console clearing tools
Inheritance
object
ConsoleClearing
Namespace
Syntax
public static class ConsoleClearing
Methods
ClearLineToRight()
Clears the line to the right
Declaration
public static void ClearLineToRight()
GetClearLineToRightSequence()
Gets a sequence that clears the line to the right
Returns
string
Declaration
public static string GetClearLineToRightSequence()
GetClearWholeScreenSequence()
Gets a sequence that clears the whole screen
Returns
string
Declaration
public static string GetClearWholeScreenSequence()
ResetAll()
Resets the entire console
Declaration
public static void ResetAll()