Class TerminalHelpProviderContext
The ITerminalHelpProvider context.
public sealed class TerminalHelpProviderContext
- Inheritance
-
TerminalHelpProviderContext
- Inherited Members
Constructors
TerminalHelpProviderContext(Command)
Initialize a new instance.
public TerminalHelpProviderContext(Command command)
Parameters
command
CommandThe command descriptor.
Properties
Command
The command descriptor.
public Command Command { get; set; }