# Sandbox.Internal.TypeLibrary.TryGetType

## Overload 1

```csharp
bool TryGetType(System.Type t, out TypeDescription typeDescription)
```

Find the description type

### Parameters

- `t` (`System.Type`)
- `out typeDescription` (`TypeDescription`)

### Returns

`bool`

## Overload 2

```csharp
bool TryGetType(out TypeDescription typeDescription)
```

Find the description type

### Parameters

- `out typeDescription` (`TypeDescription`)

### Returns

`bool`

Declared in [Sandbox.Internal.TypeLibrary](/api/Sandbox.Internal.TypeLibrary).
Assembly: `Sandbox.Reflection`.
