Table of Contents

Method Dispose

Namespace
Terminal.Gui
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.