Class GoToLineCommandHandler
Represents a command handler for GoToLineCommandDefinition.
[CommandHandler]
public class GoToLineCommandHandler : ScriptCommandHandlerBase<GoToLineCommandDefinition>, ICommandHandler<GoToLineCommandDefinition>, ICommandHandler
- Inheritance
-
GoToLineCommandHandler
- Implements
- Inherited Members
Constructors
GoToLineCommandHandler(IShell, IWindowManager)
Initializes a new instance of the GoToLineCommandHandler class.
[ImportingConstructor]
public GoToLineCommandHandler(IShell shell, IWindowManager windowManager)
Parameters
shell
IShellGemini shell.
windowManager
IWindowManagerWindow manager for showing the dialog.
Methods
Run(Command)
Runs the command.
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
CommandCommand to update.