Method Dispose | Terminal.Gui v1 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Dispose()
Releases all resource used by the Application.RunState object.
public void Dispose()
Remarks
Call Dispose() when you are finished using the Application.RunState.
Dispose(bool)
Releases all resource used by the Application.RunState object.
protected virtual void Dispose(bool disposing)
Parameters
disposing
bool
If set to true we are disposing and should dispose held objects.