Class ViewModulesCommandHandler
Represents a ICommandHandler for opening a IModuleTree.
[CommandHandler]
public class ViewModulesCommandHandler : CommandHandlerBase<ViewModulesCommandDefinition>, ICommandHandler<ViewModulesCommandDefinition>, ICommandHandler
- Inheritance
-
ViewModulesCommandHandler
- Implements
- Inherited Members
- Extension Methods
Constructors
ViewModulesCommandHandler(IShell)
Initializes a new instance of the ViewModulesCommandHandler class.
[ImportingConstructor]
public ViewModulesCommandHandler(IShell shell)
Parameters
shell
IShellCurrent shell.
Methods
Run(Command)
Run the command handler.
public override Task Run(Command command)
Parameters
command
CommandThe executing command.
Returns
- Task
The running task.