Click or drag to resize
Xcalibur Systems LLC Logo

CacheDescriptor Structure

Describes the cache attributes.

CacheDescriptor structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    Xcalibur.NativeMethods.V2.SystemInfoCacheDescriptor

Namespace: Xcalibur.NativeMethods.V2.SystemInfo
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
public struct CacheDescriptor

The CacheDescriptor type exposes the following members.

Methods
 NameDescription
Public methodEquals
(Inherited from ValueType)
Public methodGetHashCode
(Inherited from ValueType)
Public methodGetType
(Inherited from Object)
Public methodToString
(Inherited from ValueType)
Top
Fields
 NameDescription
Public fieldAssociativity The cache associativity. If this member is CACHE_FULLY_ASSOCIATIVE (0xFF), the cache is fully associative.
Public fieldLevel The cache level. This member can currently be one of the following values; other values may be supported in the future.
Public fieldLineSize The cache line size, in bytes.
Public fieldSize The cache size, in bytes.
Public fieldType The cache type. This member is a value.
Top
See Also