MemoryUsageInfoSystemCacheResidentBytes 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 [DataMemberAttribute]
public long SystemCacheResidentBytes { get; set; }
<DataMemberAttribute>
Public Property SystemCacheResidentBytes As Long
Get
Set
public:
[DataMemberAttribute]
virtual property long long SystemCacheResidentBytes {
long long get () sealed;
void set (long long value) sealed;
}
[<DataMemberAttribute>]
abstract SystemCacheResidentBytes : int64 with get, set
[<DataMemberAttribute>]
override SystemCacheResidentBytes : int64 with get, set
Property Value
Type:
Int64
The system cache resident bytes.
Implements
IMemoryUsageInfoSystemCacheResidentBytesSee Also