# ResolveMethodInfo(ulong)

> Returns method name and location information for the specified method address.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor.Profiling](/engine/6000.5/script-reference/unityeditor/profiling.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public FrameDataView.MethodInfo ResolveMethodInfo(ulong addr)
```

### Parameters

**** (\[ulong]\(https\://learn.microsoft.com/dotnet/api/system.uint64)): Instruction pointer.

### Returns

| Type                                                                                            | Description                           |
| ----------------------------------------------------------------------------------------------- | ------------------------------------- |
| [MethodInfo](/engine/6000.5/script-reference/unityeditor/profiling/framedataview/methodinfo.md) | Method name and location information. |

### Remarks

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