IMemoryUsageInfoPoolPagedBytes Property |
The current amount of virtual memory allocated within the system's pool of pageable
virtual memory.
Namespace:
Xcalibur.Models.Hardware.Memory
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax long PoolPagedBytes { get; set; }
Property PoolPagedBytes As Long
Get
Set
property long long PoolPagedBytes {
long long get ();
void set (long long value);
}
abstract PoolPagedBytes : int64 with get, set
Property Value
Type:
Int64
The pool paged bytes.
See Also