# Sandbox.Internal.TypeLibrary.FindStaticMethods

## Overload 1

```csharp
IEnumerable<MethodDescription> FindStaticMethods(string methodName)
```

Find all static methods with given name.

### Parameters

- `methodName` (`string`)

### Returns

`IEnumerable<MethodDescription>`

## Overload 2

```csharp
IEnumerable<MethodDescription> FindStaticMethods(string methodName)
```

Find all static methods with given name and given attribute.

### Parameters

- `methodName` (`string`)

### Returns

`IEnumerable<MethodDescription>`

Declared in [Sandbox.Internal.TypeLibrary](/api/Sandbox.Internal.TypeLibrary).
Assembly: `Sandbox.Reflection`.
