Share via


StackFrame2 Properties

Include Protected Members
Include Inherited Members

The StackFrame2 type exposes the following members.

Properties

 

Name

Description

Public property

Arguments

Overloaded.

Public property

Arguments2

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.

Public property

Collection

Overloaded.

Public property

Depth

Gets the depth of the frame in the stack. A read-only property.

Public property

DTE

Overloaded.

Public property

FileName

Gets the complete file path to the source file that contains this stack frame. A read-only property.

Public property

FunctionName

Overloaded.

Public property

Language

Overloaded.

Public property

LineNumber

Gets the line number in the source file that contains this stack frame. A read-only property.

Public property

Locals

Overloaded.

Public property

Locals2

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.

Public property

Module

Overloaded.

Public property

Parent

Overloaded.

Public property

ReturnType

Overloaded.

Public property

UserCode

Gets a value indicating whether the frame is user code, also known as "My Code." A read-only property.

Top

See Also

Reference

StackFrame2 Interface

EnvDTE90a Namespace