# Sandbox.MethodDescription.Invoke

```csharp
object Invoke(object targetObject, object[] parameters = null)
```

Invokes this method.

### Parameters

- `targetObject` (`object`): Should be null if this is static, otherwise should be the object this is a member of.
- `parameters` (`object[]`), default `null`: An array of parameters to pass. Should be the same length as Parameters

### Returns

`object`

Declared in [Sandbox.MethodDescription](/api/Sandbox.MethodDescription).
Assembly: `Sandbox.Reflection`.
