Click or drag to resize

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 Value

Type: Int64
The size of the l2 cache.
See Also