StackFrame Interface
Used to examine and manipulate stack frames. A stack frame is essentially the same thing as a function call.
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | Arguments | Gets a collection of expressions that represent the arguments passed to this frame. |
![]() | Collection | Gets the collection that contains the object that supports this property or is contained in this code construct. Returns null for an object that is not obtained from a collection. |
![]() | DTE | Gets the top-level extensibility object. |
![]() | FunctionName | Gets the function name of this stack frame. |
![]() | Language | Gets the programming language that is associated with the stack frame. |
![]() | Locals | Gets a collection of expressions that represent the locals that are currently known by this frame. |
![]() | Module | Gets the module name for this stack frame. A module is a group of functions. |
![]() | Parent | Gets the immediate parent object of a StackFrame object. |
![]() | ReturnType | Gets a string that contains the return type for the stack property. |
