ThreadStack.StackFrames Property

Gets the call stack for this thread.

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

Syntax

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

Property Value

Type: IList<IntelliTraceStackFrame>
Returns IList.

.NET Framework Security

See Also

Reference

ThreadStack Class

Microsoft.VisualStudio.IntelliTrace Namespace