Table of Contents

Class ViewCallStackCommandHandler

Namespace
Loehnert.Lisrt.Scripting.CallStack.Commands
Assembly
Loehnert.Lisrt.Scripting.dll

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

shell IShell

parent shell.

Methods

Run(Command)

Opens a call stack tool in the active script service window.

public override Task Run(Command command)

Parameters

command Command

The executing command.

Returns

Task

The running task.