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 SourceClearLineToRight()
Clears the line to the right
Declaration
public static void ClearLineToRight()
GetClearLineToRightSequence()
Gets a sequence that clears the line to the right
Declaration
public static string GetClearLineToRightSequence()
Returns
Type | Description |
---|---|
string |
GetClearWholeScreenSequence()
Gets a sequence that clears the whole screen
Declaration
public static string GetClearWholeScreenSequence()
Returns
Type | Description |
---|---|
string |
ResetAll()
Resets the entire console
Declaration
public static void ResetAll()