IMemoryUsageInfoSystemDriverResidentBytes Property |
Win32_PerfFormattedData_PerfOS_Memory: SystemDriverResidentBytes: Number of bytes of
pageable physical memory being used by device drivers. It is the working set, the
physical memory area, of the drivers.
Namespace:
Xcalibur.Models.Hardware.Memory
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax long SystemDriverResidentBytes { get; set; }
Property SystemDriverResidentBytes As Long
Get
Set
property long long SystemDriverResidentBytes {
long long get ();
void set (long long value);
}
abstract SystemDriverResidentBytes : int64 with get, set
Property Value
Type:
Int64
The system driver resident bytes.
See Also