# FrameDataView.MethodInfo

> Managed method descriptor structure.

## Definition

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

```csharp
public struct FrameDataView.MethodInfo
```

## Remarks

Provides information about the method and its location in the source code.

Additional Resources: [FrameDataView.ResolveMethodInfo](/engine/6000.5/script-reference/unityeditor/profiling/framedataview/resolvemethodinfo.md).

## Fields

| Value                                                                                                              | Description                                                 |
| ------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------- |
| [methodName](/engine/6000.5/script-reference/unityeditor/profiling/framedataview/methodinfo/methodname.md)         | Fully qualified method name.                                |
| [sourceFileLine](/engine/6000.5/script-reference/unityeditor/profiling/framedataview/methodinfo/sourcefileline.md) | Line number in the source file where the method is defined. |
| [sourceFileName](/engine/6000.5/script-reference/unityeditor/profiling/framedataview/methodinfo/sourcefilename.md) | Name of a source file where the method is defined.          |
