|
SystemLogicalProcessorInformationUnionCache Field |
A structure that identifies the characteristics of a
particular cache. There is one record returned for each cache reported. Some or all caches
may not be reported, depending on the mechanism used by the processor to identify its
caches. Therefore, do not assume the absence of any particular caches. Caches are not
necessarily shared among logical processors.
Namespace: Xcalibur.NativeMethods.V2.SystemInfoAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax [FieldOffsetAttribute(0)]
public CacheDescriptor Cache
<FieldOffsetAttribute(0)>
Public Cache As CacheDescriptor
public:
[FieldOffsetAttribute(0)]
CacheDescriptor Cache
[<FieldOffsetAttribute(0)>]
val mutable Cache: CacheDescriptor
Field Value
CacheDescriptorSee Also