EnvironmentStatistics Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains statistics about the current process and its execution environment.
[Orleans.Alias("Orleans.Statistics.EnvironmentStatistics")]
[Orleans.GenerateSerializer]
[Orleans.Immutable]
public readonly struct EnvironmentStatistics
[<Orleans.Alias("Orleans.Statistics.EnvironmentStatistics")>]
[<Orleans.GenerateSerializer>]
[<Orleans.Immutable>]
type EnvironmentStatistics = struct
Public Structure EnvironmentStatistics
- Inheritance
-
EnvironmentStatistics
- Attributes
Fields
AvailableMemoryBytes |
The amount of memory currently available for allocations to the process. |
CpuUsagePercentage |
The system CPU usage. |
MaximumAvailableMemoryBytes |
The maximum amount of memory available to the process. |
MemoryUsageBytes |
The amount of managed memory currently consumed by the process. |