StackFrame Properties

Include Protected Members
Include Inherited Members

The StackFrame type exposes the following members.

Properties

 

Name

Description

Public property

Arguments

Gets a collection of expressions representing the arguments passed to this frame.

Public property

Collection

Gets the collection containing the object supporting this property or contained within this code construct.

Public property

DTE

Gets the top-level extensibility object.

Public property

FunctionName

Gets the function name of this stack frame.

Public property

Language

Gets the programming language associated with the stack frame.

Public property

Locals

Gets a collection of expressions representing the locals currently known by this frame.

Public property

Module

Gets the module name for this stack frame. A module is a group of functions.

Public property

Parent

Gets the immediate parent object of a StackFrame object.

Public property

ReturnType

Gets a string containing the return type for the stack property.

Top

See Also

Reference

StackFrame Interface

EnvDTE Namespace