Class CommandRunnerContext
The command runner context.
public sealed class CommandRunnerContext
- Inheritance
-
CommandRunnerContext
- Inherited Members
Constructors
CommandRunnerContext(CommandHandlerContext)
Initialize a new instance.
public CommandRunnerContext(CommandHandlerContext handlerContext)
Parameters
handlerContext
CommandHandlerContextThe command hander context.
Exceptions
Properties
Command
The command to run.
public Command Command { get; }
Property Value
HandlerContext
The command hander context.
public CommandHandlerContext HandlerContext { get; }
Property Value
Hierarchy
The hierarchy of the command to run.
public Root? Hierarchy { get; }
Property Value
StartContext
The terminal start context.
public TerminalStartContext StartContext { get; }