StackFrame Interface

The StackFrame object is used to examine and manipulate stack frames. A stack frame is essentially the same as a function call.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
<GuidAttribute("1342D0D8-BBA3-11D2-8AD1-00C04F79E479")> _
Public Interface StackFrame
'Usage
Dim instance As StackFrame
[GuidAttribute("1342D0D8-BBA3-11D2-8AD1-00C04F79E479")]
public interface StackFrame
[GuidAttribute(L"1342D0D8-BBA3-11D2-8AD1-00C04F79E479")]
public interface class StackFrame
public interface StackFrame

See Also

Reference

StackFrame Members

EnvDTE Namespace

StackFrames

Other Resources

Automation Object Model Chart

How to: Use the Call Stack Window