Class UnCommentBlockCommandHandler
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
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.