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
shellIShellGemini shell.
windowManagerIWindowManagerWindow manager for showing the dialog.
Methods
Run(Command)
Runs the command.
public override Task Run(Command command)
Parameters
commandCommandThe executing command.
Returns
- Task
The running task.
Update(Command)
Updates the command.
public override void Update(Command command)
Parameters
commandCommandCommand to update.