# Sandbox.Internal.GlobalGameNamespace.TypeLibrary

```csharp
static TypeLibrary TypeLibrary { get; set; }
```

Allows access to all available types, reflection style.

### Exceptions

- `System.InvalidOperationException`: Thrown when accessed during static constructors.

Declared in [Sandbox.Internal.GlobalGameNamespace](/api/Sandbox.Internal.GlobalGameNamespace).
Assembly: `Sandbox.Engine`.
