Table of Contents

Interface ICallStackViewModel

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

Interface for a calls stack view model.

public interface ICallStackViewModel : ITool, ILayoutItem, IScreen, IHaveDisplayName, IActivate, IDeactivate, IGuardClose, IClose, INotifyPropertyChangedEx, INotifyPropertyChanged
Inherited Members
IHaveDisplayName.DisplayName
IActivate.Activate()
IActivate.IsActive
IActivate.Activated
IDeactivate.AttemptingDeactivation
IDeactivate.Deactivated
INotifyPropertyChangedEx.Refresh()
INotifyPropertyChangedEx.IsNotifying

Properties

CallStack

Gets the call stack.

ObservableStack<TraceBackFrame> CallStack { get; }

Property Value

ObservableStack<TraceBackFrame>

Methods

OpenDocument(TraceBackFrame)

Opens the document for the frame.

void OpenDocument(TraceBackFrame frame)

Parameters

frame TraceBackFrame

Trace back frame with file name and called line.