BACK TO INDEX

CIM_AssociatedProcessorMemory
Associates the processor and system memory, or a processor's cache.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
AntecedentReferenceMemory installed on or associated with a device.
BusSpeedUInt32Speed of the bus, in MHertz, between the processor and memory.
DependentReferenceThe processor that accesses the memory or uses the cache.
SAMPLE DATA INSTANCE
   [LOCALE(1033): ToInstance Amended]
   instance of Win32_AssociatedProcessorMemory
   {
    Antecedent = "\\\\SERVER01\\root\\cimv2:Win32_CacheMemory.DeviceID=\"Cache Memory 0\"";
    Dependent = "\\\\SERVER01\\root\\cimv2:Win32_Processor.DeviceID=\"CPU0\"";
   };