Class Application.RunState
Captures the execution state for the provided Toplevel view.
Implements
Inherited Members
Namespace: Terminal.Gui
Assembly: Terminal.Gui.dll
Syntax
public class Application.RunState : IDisposable
Constructors
| Edit this page View SourceRunState(Toplevel)
Initializes a new Application.RunState class.
Declaration
public RunState(Toplevel view)
Parameters
| Type | Name | Description |
|---|---|---|
| Toplevel | view |
Properties
| Edit this page View SourceToplevel
The Toplevel belong to this Application.RunState.
Declaration
public Toplevel Toplevel { get; }
Property Value
| Type | Description |
|---|---|
| Toplevel |
Methods
| Edit this page View SourceDispose()
Releases all resource used by the Application.RunState object.
Declaration
public void Dispose()
Remarks
Call Dispose() when you are finished using the Application.RunState.
|
Edit this page
View Source
Dispose(bool)
Releases all resource used by the Application.RunState object.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing | If set to true we are disposing and should dispose held objects. |