StackFrame2 Properties
Assembly: EnvDTE90a (in EnvDTE90a.dll)
| Name | Description | |
|---|---|---|
![]() | Arguments | Gets a collection of expressions that represent the arguments passed to this frame. |
![]() | Arguments2[Boolean] | Gets a collection of expressions that represent the arguments passed to this frame. Allows caller to specify whether properties and implicit function calls should be automatically evaluated. |
![]() | Collection | Gets the collection that contains the object that supports this property or that is contained within this code construct. |
![]() | Depth | Gets the depth of the frame in the stack. A read-only property. |
![]() | DTE | Gets the top-level extensibility object. |
![]() | FileName | Gets the complete file path to the source file that contains this stack frame. A read-only property. |
![]() | FunctionName | Gets the function name of this stack frame. |
![]() | Language | Gets the programming language associated with the stack frame. |
![]() | LineNumber | Gets the line number in the source file that contains this stack frame. A read-only property. |
![]() | Locals | Gets a collection of expressions that represent the locals currently known by this frame. |
![]() | Locals2[Boolean] | Gets a collection of expressions that represent the locals currently known by this frame. Similar to Locals, but allows the caller to specify whether automatic evaluation of properties and implicit function calls should be performed. |
![]() | 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. |
![]() | UserCode | Gets a value indicating whether the frame is user code, also known as "My Code." A read-only property. |
