Table of Contents

Class UnCommentBlockCommandHandler

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

Command handler for the UnCommentBlockCommandDefinition.

[CommandHandler]
public class UnCommentBlockCommandHandler : ScriptCommandHandlerBase<UnCommentBlockCommandDefinition>, ICommandHandler<UnCommentBlockCommandDefinition>, ICommandHandler
Inheritance
UnCommentBlockCommandHandler
Implements
Inherited Members

Constructors

UnCommentBlockCommandHandler(IShell)

Initializes a new instance of the UnCommentBlockCommandHandler class.

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