Interface ICallStackToolFactory
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
IShellShell which holds the view model.