Class RunState | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

The execution state for a Toplevel view.

public class RunState : IDisposable

Inheritance

object

RunState

Implements

IDisposable

Inherited Members

object.Equals(object)

object.Equals(object, object)

object.GetHashCode()

object.GetType()

object.MemberwiseClone()

object.ReferenceEquals(object, object)

object.ToString()

Constructors

RunState(Toplevel)

Initializes a new RunState class.

Properties

Toplevel

The Toplevel belonging to this RunState.

Methods

Dispose()

Releases all resource used by the RunState object.

Dispose(bool)

Releases all resource used by the RunState object.

Edit this page