Table of Contents

Class OpenFileCommandHandler

Namespace
Gemini.Modules.Shell.Commands
Assembly
Gemini.dll
[CommandHandler]
public class OpenFileCommandHandler : CommandHandlerBase<OpenFileCommandDefinition>, ICommandHandler<OpenFileCommandDefinition>, ICommandHandler
Inheritance
OpenFileCommandHandler
Implements
Inherited Members

Constructors

OpenFileCommandHandler(IShell, IEditorProvider[])

[ImportingConstructor]
public OpenFileCommandHandler(IShell shell, IEditorProvider[] editorProviders)

Parameters

shell IShell
editorProviders IEditorProvider[]

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.