Click or drag to resize
Xcalibur Systems LLC Logo

SystemLogicalProcessorInformationUnion Structure

Logical processor information (Union of Processor Core, Numa Node, Cache, and Reserved values).

SYSTEM_LOGICAL_PROCESSOR_INFORMATION structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    Xcalibur.NativeMethods.V2.SystemInfoSystemLogicalProcessorInformationUnion

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

The SystemLogicalProcessorInformationUnion 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 fieldCache 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.
Public fieldNumaNode This structure contains valid data only if the Relationship member is RelationNumaNode.
Public fieldProcessorCore This structure contains valid data only if the Relationship member is RelationProcessorCore.
Public fieldReserved1 Reserved. Do not use.
Public fieldReserved2 Reserved. Do not use.
Top
See Also