Class

# StackFrame

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

## Description

Represents a single frame on the stack.

## Properties

<div class="rst-class">

table-centered_columns_3_and_4

</div>

| Name                          | Type                                        | Read-Only | Shared |
|-------------------------------|---------------------------------------------|-----------|--------|
| `Address<stackframe.address>` | `Ptr</api/data_types/additional_types/ptr>` | ✓         |        |
| `Name<stackframe.name>`       | `String</api/data_types/string>`            | ✓         |        |

## Property descriptions

<div id="stackframe.address">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

StackFrame.Address

**Address** As `Ptr</api/data_types/additional_types/ptr>`

> The frame's instruction pointer.
>
> <div class="note">
>
> <div class="title">
>
> Note
>
> </div>
>
> On Android, an `Integer</api/data_types/integer>` is returned rather than a `Ptr</api/data_types/additional_types/ptr>`.
>
> </div>
>
> This property is read-only.

<div id="stackframe.name">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

StackFrame.Name

**Name** As `String</api/data_types/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 |

<div class="seealso">

`Object</api/data_types/additional_types/object>` parent class.

</div>
