# Sandbox.Mounting.MountUtility

- Kind: class
- Namespace: `Sandbox.Mounting`
- Assembly: `Sandbox.Engine`
- Modifiers: static, abstract, sealed

## Methods

- [`FindLoader`](/api/Sandbox.Mounting.MountUtility/FindLoader): Find a ResourceLoader by its mount path.
- [`GetPreviewTexture`](/api/Sandbox.Mounting.MountUtility/GetPreviewTexture): Create a preview texture for the given resource loader.
- [`IsMountPath`](/api/Sandbox.Mounting.MountUtility/IsMountPath): Is this a mount:// resource path? Resources behind such a path are provided by a mounted game and are cached/reused rather than loaded from disk.
- [`TryParse`](/api/Sandbox.Mounting.MountUtility/TryParse): Attempt to parse an ident from a mount path
