Class Application.RunState
Captures the execution state for the provided Toplevel view.
Inheritance
System.Object
Application.RunState
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Terminal.Gui
Assembly: Terminal.Gui.dll
Syntax
public class RunState : IDisposable
Constructors
| Improve this Doc View SourceRunState(Toplevel)
Initializes a new Application.RunState class.
Declaration
public RunState(Toplevel view)
Parameters
Type | Name | Description |
---|---|---|
Toplevel | view |
Properties
| Improve this Doc View SourceToplevel
The Toplevel belong to this Application.RunState.
Declaration
public Toplevel Toplevel { get; }
Property Value
Type | Description |
---|---|
Toplevel |
Methods
| Improve this Doc View SourceDispose()
Releases all resource used by the Application.RunState object.
Declaration
public void Dispose()
Dispose(Boolean)
Releases all resource used by the Application.RunState object.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | If set to true we are disposing and should dispose held objects. |
Implements
System.IDisposable