Table of Contents

Class ViewToolboxCommandHandler

Namespace
Gemini.Modules.Toolbox.Commands
Assembly
Gemini.dll
[CommandHandler]
public class ViewToolboxCommandHandler : CommandHandlerBase<ViewToolboxCommandDefinition>, ICommandHandler<ViewToolboxCommandDefinition>, ICommandHandler
Inheritance
ViewToolboxCommandHandler
Implements
Inherited Members

Constructors

ViewToolboxCommandHandler(IShell)

[ImportingConstructor]
public ViewToolboxCommandHandler(IShell shell)

Parameters

shell IShell

Methods

Run(Command)

Runs the command.

public override Task Run(Command command)

Parameters

command Command

Associated command.

Returns

Task

A task that represents the command execution.