# Sandbox.Mounting.Directory

- Kind: class
- Namespace: `Sandbox.Mounting`
- Assembly: `Sandbox.Engine`
- Modifiers: static, abstract, sealed

## Methods

- [`Get`](/api/Sandbox.Mounting.Directory/Get): Get a specific mount by name
- [`GetAll`](/api/Sandbox.Mounting.Directory/GetAll): Get information about all the current mounts
- [`GetMetadata`](/api/Sandbox.Mounting.Directory/GetMetadata): Get metadata for a resource
- [`Mount`](/api/Sandbox.Mounting.Directory/Mount): Mount this game if we can. Returns null if it can't be mounted, or the mount object if it can. If we're already mounted, will just return the mount straight away.
