Click or drag to resize

MemoryUsageInfoSystemDriverResidentBytes 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
[DataMemberAttribute]
public long SystemDriverResidentBytes { get; set; }

Property Value

Type: Int64
The system driver resident bytes.

Implements

IMemoryUsageInfoSystemDriverResidentBytes
See Also