Method Shutdown | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Shutdown()
Shutdown an application initialized with Init(IConsoleDriver?, string?).
public override void Shutdown()
Remarks
Shutdown must be called for every call to Init(IConsoleDriver?, string?) orRun(Toplevel, Func<Exception, bool>?) to ensure all resources are cleaned up (Disposed) and terminal settings are restored.