Table of Contents

Class TerminalHelpProviderContext

Namespace
OneImlx.Terminal.Runtime
Assembly
OneImlx.Terminal.dll

The ITerminalHelpProvider context.

public sealed class TerminalHelpProviderContext
Inheritance
TerminalHelpProviderContext
Inherited Members

Constructors

TerminalHelpProviderContext(Command)

Initialize a new instance.

public TerminalHelpProviderContext(Command command)

Parameters

command Command

The command descriptor.

Properties

Command

The command descriptor.

public Command Command { get; set; }

Property Value

Command