DiagnosticEvent.StackFrames Property
Gets the call stack for the thread at this DiagnosticEvent.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Déclaration
Public ReadOnly Property StackFrames As IList(Of IntelliTraceStackFrame)
Get
public IList<IntelliTraceStackFrame> StackFrames { get; }
public:
property IList<IntelliTraceStackFrame^>^ StackFrames {
IList<IntelliTraceStackFrame^>^ get ();
}
member StackFrames : IList<IntelliTraceStackFrame>
function get StackFrames () : IList<IntelliTraceStackFrame>
Property Value
Type: System.Collections.Generic.IList<IntelliTraceStackFrame>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.