IMemoryUsageInfoAvailableBytes Property |
Win32_PerfFormattedData_PerfOS_Memory: AvailableBytes: Amount of physical memory in
bytes available to processes running on the computer.
Namespace:
Xcalibur.Models.Hardware.Memory
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax long AvailableBytes { get; set; }
Property AvailableBytes As Long
Get
Set
property long long AvailableBytes {
long long get ();
void set (long long value);
}
abstract AvailableBytes : int64 with get, set
Property Value
Type:
Int64
The available bytes.
See Also