Table of Contents

Property SessionStack

Namespace
Terminal.Gui.App
Assembly
Terminal.Gui.dll

SessionStack

Gets the stack of all active Toplevel sessions.

[Obsolete("The legacy static Application object is going away.")]
public static ConcurrentStack<Toplevel> SessionStack { get; }

Property Value

ConcurrentStack<Toplevel>

Remarks

Toplevels are added to this stack by Begin(Toplevel) and removed by End(SessionToken).