Class
StackFrame
Description
Represents a single frame on the stack.
Property descriptions
StackFrame.Address
Address As Ptr
StackFrame.Name
Name As String
The locally resolved function name corresponding to the address. Since this is looked up at runtime, it will be incorrect if the image containing the address lacks symbol information or has had symbols stripped.
This property is read-only.
Compatibility
Project Types |
All |
Operating Systems |
All |
See also
Object parent class; RuntimeException