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 CommittedBytes As Long
Get
Set
property long long CommittedBytes {
long long get ();
void set (long long value);
}
abstract CommittedBytes : int64 with get, set
Property Value
Type:
Int64
The committed bytes.
See Also