# Sandbox.Engine.SystemInfo

- Kind: class
- Namespace: `Sandbox.Engine`
- Assembly: `Sandbox.Engine`
- Modifiers: static, abstract, sealed

## Properties

- [`Gpu`](/api/Sandbox.Engine.SystemInfo/Gpu): Human-readable product name of the graphics card in this system.
- [`GpuMemory`](/api/Sandbox.Engine.SystemInfo/GpuMemory): Total VRAM on this system's graphics card.
- [`GpuVersion`](/api/Sandbox.Engine.SystemInfo/GpuVersion): The version number of the graphics card driver.
- [`ProcessorCount`](/api/Sandbox.Engine.SystemInfo/ProcessorCount): The number of logical processors in this system.
- [`ProcessorFrequency`](/api/Sandbox.Engine.SystemInfo/ProcessorFrequency): The frequency of this system's processor in GHz.
- [`ProcessorName`](/api/Sandbox.Engine.SystemInfo/ProcessorName): Human-readable product name of this system's processor.
- [`StorageSizeAvailable`](/api/Sandbox.Engine.SystemInfo/StorageSizeAvailable): Indicates the amount of available free space on game drive in bytes
- [`StorageSizeTotal`](/api/Sandbox.Engine.SystemInfo/StorageSizeTotal): Gets the total size of storage space on game drive in bytes
- [`TotalMemory`](/api/Sandbox.Engine.SystemInfo/TotalMemory): Total physical memory available on this machine, in bytes.
