Skip to content

EnvironmentStatistics Fields

Contains statistics about the current process and its execution environment.

RawAvailableMemoryBytes

readonly
View source
[Orleans.Id(6)]
public readonly long RawAvailableMemoryBytes
The amount of memory currently available for allocations to the process.

RawMemoryUsageBytes

readonly
View source
[Orleans.Id(5)]
public readonly long RawMemoryUsageBytes
The amount of managed memory currently consumed by the process.