Click or drag to resize
Xcalibur Systems LLC Logo

ProcessorCacheTypes Enumeration

Represents the type of processor cache identified in the corresponding structure.

PROCESSOR_CACHE_TYPE enumeration


Namespace: Xcalibur.NativeMethods.V2.SystemInfo
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
public enum ProcessorCacheTypes
Members
Member nameValueDescription
CacheUnified0 The cache is unified.
CacheInstruction1 The cache is for processor instructions.
CacheData2 The cache is for data.
CacheTrace3 The cache is for traces.
See Also