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.DisplayNameIActivate.Activate()IActivate.IsActiveIActivate.ActivatedIDeactivate.AttemptingDeactivationIDeactivate.DeactivatedINotifyPropertyChangedEx.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
TraceBackFrameTrace back frame with file name and called line.