Table of Contents

Class CloseFileCommandHandler

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

Constructors

CloseFileCommandHandler(IShell)

[ImportingConstructor]
public CloseFileCommandHandler(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.

Update(Command)

Updates the command.

public override void Update(Command command)

Parameters

command Command

Command to update.