Class

StackFrame


Description

Represents a single frame on the stack.

Properties

Name

Type

Read-Only

Shared

Address

Ptr

Name

String

Property descriptions


StackFrame.Address

Address As Ptr

The frame's instruction pointer.

This property is read-only.


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

All project types on all supported operating systems.

See also

Object parent class; RuntimeException