Class TigerCliGlobalOptionContext
Describes the active app run when a contributed global option is applied. A contribution can
use this context and its parsed value to update contribution-owned options or services before
command settings are bound.
public sealed class TigerCliGlobalOptionContext
- Inheritance
-
TigerCliGlobalOptionContext
- Inherited Members
Properties
Culture
Gets the resolved UI culture for the command run.
public CultureInfo Culture { get; }
Property Value
InteractionMode
Gets the resolved interaction mode for the command run.
public TigerCliInteractionMode InteractionMode { get; }