IProcessorInfoL3CacheSize Property |
Win32_Processor: Size of the Level 3 processor cache. A Level 3 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 L3CacheSize { get; set; }
Property L3CacheSize As Long
Get
Set
property long long L3CacheSize {
long long get ();
void set (long long value);
}
abstract L3CacheSize : int64 with get, set
Property Value
Type:
Int64
The size of the l3 cache.
See Also