class
SystemInfo
public static abstract sealed class SystemInfo Properties
| Name | Type | Description |
|---|---|---|
ProcessorName static | String | Human-readable product name of this system's processor. |
ProcessorFrequency static | Single | The frequency of this system's processor in GHz. |
ProcessorCount static | Single | The number of logical processors in this system. |
TotalMemory static | UInt64 | Total physical memory available on this machine, in bytes. |
Gpu static | String | Human-readable product name of the graphics card in this system. |
GpuVersion static | String | The version number of the graphics card driver. |
GpuMemory static | UInt64 | Total VRAM on this system's graphics card. |
StorageSizeAvailable static | Int64 | Indicates the amount of available free space on game drive in bytes |
StorageSizeTotal static | Int64 | Gets the total size of storage space on game drive in bytes |