Class ConsoleExtensions
Inheritance
ConsoleExtensions
Assembly: SociallyDistant.Framework.dll
Syntax
public static class ConsoleExtensions
Methods
SetCursorPos(ConsoleWrapper, int, int)
Declaration
public static void SetCursorPos(this ConsoleWrapper console, int x, int y)
Parameters
UseAltScreen(ConsoleWrapper, bool)
Declaration
public static void UseAltScreen(this ConsoleWrapper console, bool value)
Parameters
WriteWithTimestamp(ConsoleWrapper, string)
Declaration
public static void WriteWithTimestamp(this ConsoleWrapper console, string text)
Parameters