EnvironmentStatistics.MemoryUsageBytes Field
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.
The amount of managed memory currently consumed by the process.
[Orleans.Id(1)]
public readonly long MemoryUsageBytes;
[<Orleans.Id(1)>]
val mutable MemoryUsageBytes : int64
Public ReadOnly MemoryUsageBytes As Long
Field Value
- Attributes
Remarks
Includes fragmented memory, which is the unused memory between objects on the managed heaps.