Skip to content

EnvironmentStatistics Properties

Contains statistics about the current process and its execution environment.

AvailableMemoryPercentage

get
View source
public float AvailableMemoryPercentage
Gets the percentage of available memory relative to currently used memory, clamped between 0 and 100.

MemoryUsagePercentage

get
View source
public float MemoryUsagePercentage
Gets the percentage of memory used relative to currently available memory, clamped between 0 and 100.