Class Application.RunState | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Captures the execution state for the provided Toplevel view.

public class Application.RunState : IDisposable

Inheritance

object

Application.RunState

Implements

IDisposable

Inherited Members

object.ToString()

object.Equals(object)

object.Equals(object, object)

object.ReferenceEquals(object, object)

object.GetHashCode()

object.GetType()

object.MemberwiseClone()

Constructors

RunState(Toplevel)

Initializes a new Application.RunState class.

Properties

Toplevel

The Toplevel belong to this Application.RunState.

Methods

Dispose()

Releases all resource used by the Application.RunState object.

Dispose(bool)

Releases all resource used by the Application.RunState object.

Edit this page