StackFrame Members
Include Protected Members
Include Inherited Members
The StackFrame object is used to examine and manipulate stack frames. A stack frame is essentially the same as a function call.
The StackFrame type exposes the following members.
Properties
Name
Description
Gets a collection of expressions representing the arguments passed to this frame.
Gets the collection containing the object supporting this property or contained within this code construct.
Gets the top-level extensibility object.
Gets the function name of this stack frame.
Gets the programming language associated with the stack frame.
Gets a collection of expressions representing the locals currently known by this frame.
Gets the module name for this stack frame. A module is a group of functions.
Gets the immediate parent object of a StackFrame object.
Gets a string containing the return type for the stack property.
Top