Table of Contents

Interface ICallStackToolFactory

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

Interface for a call stack tool factory.

public interface ICallStackToolFactory

Methods

GetCallStackViewModel(ObservableStack<TraceBackFrame>, IShell)

Gets a call stack view model or creates a new one.

ICallStackViewModel GetCallStackViewModel(ObservableStack<TraceBackFrame> stack, IShell parentShell)

Parameters

stack ObservableStack<TraceBackFrame>

Stack to show.

parentShell IShell

Shell which holds the view model.

Returns

ICallStackViewModel

A ICallStackViewModel.