Table of Contents

Class ViewInFileExplorerCommandHandler

Namespace
Loehnert.Lisrt.Scripting.Project.ProjectItem.Commands
Assembly
Loehnert.Lisrt.Scripting.dll

Command handler for the AddProjectItemCommandDefinition.

[CommandHandler]
public class ViewInFileExplorerCommandHandler : CommandHandlerBase<ViewInFileExplorerCommandDefinition>, ICommandHandler<ViewInFileExplorerCommandDefinition>, ICommandHandler
Inheritance
ViewInFileExplorerCommandHandler
Implements
Inherited Members

Constructors

ViewInFileExplorerCommandHandler(IShell)

Initializes a new instance of the ViewInFileExplorerCommandHandler class.

[ImportingConstructor]
public ViewInFileExplorerCommandHandler(IShell shell)

Parameters

shell IShell

Gemini shell.

Methods

Run(Command)

Opens the directory name of the item in the file explorer.

public override Task Run(Command command)

Parameters

command Command

The executing command.

Returns

Task

The running task.

Update(Command)

Updates the command.

public override void Update(Command command)

Parameters

command Command

The executing command.