ResolveMethodInfo(ulong)
Returns method name and location information for the specified method address.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Profiling
- Assembly: UnityEditor.CoreModule
public FrameDataView.MethodInfo ResolveMethodInfo(ulong addr)
Parameters
Instruction pointer.
Returns
Type | Description |
|---|---|
| MethodInfo | Method name and location information. |
Remarks
Use ResolveMethodInfo to retrieve fully qualified method name of an instruction pointer in the callstack obtained with GetItemCallstack.