ProcessorInfoL2CacheSize Property |
Win32_Processor: Size of the Level 2 processor cache. A Level 2 cache is an external
memory area that has a faster access time than the main RAM memory.
Namespace:
Xcalibur.Models.Hardware.Processor
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax [DataMemberAttribute]
public long L2CacheSize { get; set; }
<DataMemberAttribute>
Public Property L2CacheSize As Long
Get
Set
public:
[DataMemberAttribute]
virtual property long long L2CacheSize {
long long get () sealed;
void set (long long value) sealed;
}
[<DataMemberAttribute>]
abstract L2CacheSize : int64 with get, set
[<DataMemberAttribute>]
override L2CacheSize : int64 with get, set
Property Value
Type:
Int64
The size of the l2 cache.
Implements
IProcessorInfoL2CacheSizeSee Also