DiagnosticEvent.StackFrames Property

Gets the call stack for the thread at this DiagnosticEvent.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

'Declaration
Public ReadOnly Property StackFrames As IList(Of IntelliTraceStackFrame)
public IList<IntelliTraceStackFrame> StackFrames { get; }
public:
property IList<IntelliTraceStackFrame^>^ StackFrames {
    IList<IntelliTraceStackFrame^>^ get ();
}
member StackFrames : IList<IntelliTraceStackFrame> with get
function get StackFrames () : IList<IntelliTraceStackFrame>

Property Value

Type: System.Collections.Generic.IList<IntelliTraceStackFrame>

.NET Framework Security

See Also

Reference

DiagnosticEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace