Class CommentBlockCommandHandler
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
IShellGemini shell.
Methods
Run(Command)
Toggles the breakpoint in the selected line.
public override Task Run(Command command)
Parameters
command
CommandThe executing command.
Returns
- Task
The running task.
Update(Command)
Updates the command.
public override void Update(Command command)
Parameters
command
CommandThe executing command.