| CIM_AssociatedProcessorMemory | |||
| Associates the processor and system memory, or a processor's cache. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Antecedent | Reference | Memory installed on or associated with a device. | |
| BusSpeed | UInt32 | Speed of the bus, in MHertz, between the processor and memory. | |
| Dependent | Reference | The 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\"";    }; | |||