Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ResolveMethodInfo(ulong)

Returns method name and location information for the specified method address.
Read time 1 minuteLast updated 11 days ago

Definition

public FrameDataView.MethodInfo ResolveMethodInfo(ulong addr)

Parameters

addr

Instruction pointer.

Returns

Type

Description

MethodInfoMethod name and location information.

Remarks

Use ResolveMethodInfo to retrieve fully qualified method name of an instruction pointer in the callstack obtained with GetItemCallstack.