Method Init
Init(IConsoleDriver?, string?)
Initializes a new instance of a Terminal.Gui Application. Shutdown() must be called when the application is closing.
public static void Init(IConsoleDriver? driver = null, string? driverName = null)
Parameters
driver
IConsoleDriverThe IConsoleDriver to use. If neither
driver
ordriverName
are specified the default driver for the platform will be used.driverName
stringThe short name (e.g. "net", "windows", "ansi", "fake", or "curses") of the IConsoleDriver to use. If neither
driver
ordriverName
are specified the default driver for the platform will be used.