Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the call stack for the thread at this checkpoint.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
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.