IMemoryUsageInfoSystemCacheResidentBytes Property |
Win32_PerfFormattedData_PerfOS_Memory: SystemCacheResidentBytes: Number of bytes of
pageable operating system code in the file system cache.
Namespace:
Xcalibur.Models.Hardware.Memory
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax long SystemCacheResidentBytes { get; set; }
Property SystemCacheResidentBytes As Long
Get
Set
property long long SystemCacheResidentBytes {
long long get ();
void set (long long value);
}
abstract SystemCacheResidentBytes : int64 with get, set
Property Value
Type:
Int64
The system cache resident bytes.
See Also