API ReferenceSandbox.Engine
SystemInfoclass
object→SystemInfo
Properties9
Showing 9 properties
public static string Sandbox.Engine.SystemInfo.Gpu { get; set; }
Human-readable product name of the graphics card in this system.
Returns:
string—public static ulong Sandbox.Engine.SystemInfo.GpuMemory { get; set; }
Total VRAM on this system's graphics card.
Returns:
ulong—public static string Sandbox.Engine.SystemInfo.GpuVersion { get; set; }
The version number of the graphics card driver.
Returns:
string—public static float Sandbox.Engine.SystemInfo.ProcessorCount { get; set; }
The number of logical processors in this system.
Returns:
float—public static float Sandbox.Engine.SystemInfo.ProcessorFrequency { get; set; }
The frequency of this system's processor in GHz.
Returns:
float—public static string Sandbox.Engine.SystemInfo.ProcessorName { get; set; }
Human-readable product name of this system's processor.
Returns:
string—public static long Sandbox.Engine.SystemInfo.StorageSizeAvailable { get; set; }
Indicates the amount of available free space on game drive in bytes
Returns:
long—public static long Sandbox.Engine.SystemInfo.StorageSizeTotal { get; set; }
Gets the total size of storage space on game drive in bytes
Returns:
long—public static ulong Sandbox.Engine.SystemInfo.TotalMemory { get; set; }
Total physical memory available on this machine, in bytes.
Returns:
ulong—No results match this filter.