Table of Contents

Class CommandCheckerContext

Namespace
OneImlx.Terminal.Commands.Checkers
Assembly
OneImlx.Terminal.dll

The command checker context.

public class CommandCheckerContext
Inheritance
CommandCheckerContext
Inherited Members

Constructors

CommandCheckerContext(CommandHandlerContext)

Initialize a new instance.

public CommandCheckerContext(CommandHandlerContext handlerContext)

Parameters

handlerContext CommandHandlerContext

The command handler context.

Exceptions

ArgumentNullException

Properties

HandlerContext

The command handler context.

public CommandHandlerContext HandlerContext { get; }

Property Value

CommandHandlerContext