Class ViewCallStackCommandHandler
Command handler for the ViewCallStackCommandDefinition.
[CommandHandler]
public class ViewCallStackCommandHandler : ScriptCommandHandlerBase<ViewCallStackCommandDefinition>, ICommandHandler<ViewCallStackCommandDefinition>, ICommandHandler- Inheritance
- 
      
      
      
      ViewCallStackCommandHandler
- Implements
- Inherited Members
Constructors
ViewCallStackCommandHandler(IShell)
Initializes a new instance of the ViewCallStackCommandHandler class.
[ImportingConstructor]
public ViewCallStackCommandHandler(IShell shell)Parameters
- shellIShell
- parent shell. 
Methods
Run(Command)
Opens a call stack tool in the active script service window.
public override Task Run(Command command)Parameters
- commandCommand
- The executing command. 
Returns
- Task
- The running task.