API ReferenceSandbox.Engine

SystemInfoclass

objectSystemInfo
Namespace
Sandbox.Engine
Assembly
Sandbox.Engine
Declaration
public static abstract sealed class Sandbox.Engine.SystemInfo

Properties9

Showing 9 properties

public static string Sandbox.Engine.SystemInfo.Gpu { get; set; }PUBLICSTATICGETSET

Human-readable product name of the graphics card in this system.

Returns:string

public static ulong Sandbox.Engine.SystemInfo.GpuMemory { get; set; }PUBLICSTATICGETSET

Total VRAM on this system's graphics card.

Returns:ulong

public static string Sandbox.Engine.SystemInfo.GpuVersion { get; set; }PUBLICSTATICGETSET

The version number of the graphics card driver.

Returns:string

public static float Sandbox.Engine.SystemInfo.ProcessorCount { get; set; }PUBLICSTATICGETSET

The number of logical processors in this system.

Returns:float

public static float Sandbox.Engine.SystemInfo.ProcessorFrequency { get; set; }PUBLICSTATICGETSET

The frequency of this system's processor in GHz.

Returns:float

public static string Sandbox.Engine.SystemInfo.ProcessorName { get; set; }PUBLICSTATICGETSET

Human-readable product name of this system's processor.

Returns:string

public static long Sandbox.Engine.SystemInfo.StorageSizeAvailable { get; set; }PUBLICSTATICGETSET

Indicates the amount of available free space on game drive in bytes

Returns:long

public static long Sandbox.Engine.SystemInfo.StorageSizeTotal { get; set; }PUBLICSTATICGETSET

Gets the total size of storage space on game drive in bytes

Returns:long

public static ulong Sandbox.Engine.SystemInfo.TotalMemory { get; set; }PUBLICSTATICGETSET

Total physical memory available on this machine, in bytes.

Returns:ulong

On this page