Click or drag to resize

IMemoryUsageInfoCommittedBytes Property

Win32_PerfFormattedData_PerfOS_Memory: CommittedBytes: Amount of committed virtual memory, in bytes. Committed memory is physical memory for which space has been reserved on the disk paging file in case it must be written back to disk.

Namespace:  Xcalibur.Models.Hardware.Memory
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
long CommittedBytes { get; set; }

Property Value

Type: Int64
The committed bytes.
See Also