Method Init
Init(ConsoleDriver?, string?)
Initializes a new instance of Terminal.Gui Application.
public static void Init(ConsoleDriver? driver = null, string? driverName = null)
Parameters
driver
ConsoleDriverThe ConsoleDriver 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 ConsoleDriver to use. If neither
driver
ordriverName
are specified the default driver for the platform will be used.