class SystemInfo

in global :: Sandbox . Engine

😔 No documentation found.


public static string ProcessorName { get; }

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

public static float ProcessorFrequency { get; }

The frequency of this system's processor in GHz.

public static float ProcessorCount { get; }

The number of logical processors in this system.

public static ulong TotalMemory { get; }

Total physical memory available on this machine, in bytes.

public static string Gpu { get; }

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

public static string GpuVersion { get; }

The version number of the graphics card driver.

public static ulong GpuMemory { get; }

Total VRAM on this system's graphics card.

public static long StorageSizeAvailable { get; }

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

public static long StorageSizeTotal { get; }

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

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.