# Sandbox.ComponentList.Get

## Overload 1

```csharp
T Get(FindMode search)
```

Get a component of this type

### Parameters

- `search` (`FindMode`)

### Returns

`T`

## Overload 2

```csharp
Component Get(System.Type type, FindMode find = 5)
```

Get a component of this type

### Parameters

- `type` (`System.Type`)
- `find` (`FindMode`), default `5`

### Returns

`Component`

## Overload 3

```csharp
T Get(bool includeDisabled = False)
```

Find component on this gameobject

### Parameters

- `includeDisabled` (`bool`), default `False`

### Returns

`T`

## Overload 4

```csharp
Component Get(System.Guid id)
```

Find component on this gameobject with the specified id

### Parameters

- `id` (`System.Guid`)

### Returns

`Component`

Declared in [Sandbox.ComponentList](/api/Sandbox.ComponentList).
Assembly: `Sandbox.Engine`.
