# Sandbox.WrappedMethod.Object

```csharp
object Object { get; set; }
```

The object whose method is being wrapped. This will be null if we're wrapping a static method.

Declared in [Sandbox.WrappedMethod](/api/Sandbox.WrappedMethod).
Assembly: `Sandbox.System`.
