Table of Contents

Class CommentBlockCommandHandler

Namespace
Loehnert.Lisrt.Scripting.Editor.Commands
Assembly
Loehnert.Lisrt.Scripting.dll

Command handler for the CommentBlockCommandDefinition.

[CommandHandler]
public class CommentBlockCommandHandler : ScriptCommandHandlerBase<CommentBlockCommandDefinition>, ICommandHandler<CommentBlockCommandDefinition>, ICommandHandler
Inheritance
CommentBlockCommandHandler
Implements
Inherited Members

Constructors

CommentBlockCommandHandler(IShell)

Initializes a new instance of the CommentBlockCommandHandler class.

[ImportingConstructor]
public CommentBlockCommandHandler(IShell shell)

Parameters

shell IShell

Gemini shell.

Methods

Run(Command)

Toggles the breakpoint in the selected line.

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.