Win32_AssociatedProcessorMemory class

The Win32_AssociatedProcessorMemory association WMI class relates a processor and its cache memory.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

[Dynamic, Provider("CIMWin32"), UUID("{074737F0-ACBC-11d2-ABF6-00805F538618}"), AMENDMENT]
class Win32_AssociatedProcessorMemory : CIM_AssociatedProcessorMemory
{
  uint32                BusSpeed;
  Win32_Processor   REF Dependent;
  Win32_CacheMemory REF Antecedent;
};

Members

The Win32_AssociatedProcessorMemory class has these types of members:

Properties

The Win32_AssociatedProcessorMemory class has these properties.

Antecedent

Data type: Win32_CacheMemory

Access type: Read-only

Qualifiers: key, Override ("Antecedent"), MappingStrings ("WMI|Win32_CacheMemory")

A Win32_CacheMemory that describes the cache memory available to the processor.

BusSpeed

Data type: uint32

Access type: Read-only

Qualifiers: Units ("megahertz")

Speed of the bus, in megahertz (MHz), between the processor and memory.

This property is inherited from CIM_AssociatedProcessorMemory.

Dependent

Data type: Win32_Processor

Access type: Read-only

Qualifiers: key, Override ("Dependent"), MappingStrings ("WMI|Win32_Processor")

A Win32_Processor that describes the processor that is using the cache memory.

Remarks

The Win32_AssociatedProcessorMemory class is derived from CIM_AssociatedProcessorMemory.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\CIMV2
MOF
CIMWin32.mof
DLL
CIMWin32.dll

See also

CIM_AssociatedProcessorMemory

Computer System Hardware Classes