IProcessorInfoL2CacheSize 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 long L2CacheSize { get; set; }
Property L2CacheSize As Long
Get
Set
property long long L2CacheSize {
long long get ();
void set (long long value);
}
abstract L2CacheSize : int64 with get, set
Property Value
Type:
Int64
The size of the l2 cache.
See Also