# Sandbox.Doo.Helpers.FindMethod

```csharp
static MethodDescription FindMethod(string methodPath)
```

Finds a method by its fully qualified path (e.g. "TypeName.MethodName").
Returns null if the type or method cannot be found.

### Parameters

- `methodPath` (`string`)

### Returns

`MethodDescription`

Declared in [Sandbox.Doo.Helpers](/api/Sandbox.Doo.Helpers).
Assembly: `Sandbox.Engine`.
