CIM_AssociatedProcessorMemory class
The CIM_AssociatedProcessorMemory class associates the processor and system memory, or a processor's cache.
Important
The DMTF (Distributed Management Task Force) CIM (Common Information Model) classes are the parent classes upon which WMI classes are built. WMI currently supports only the CIM 2.x version schemas.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties. Properties are listed in alphabetic order, not MOF order.
Syntax
[abstract, UUID("{464FFAB1-946F-11d2-AAE2-006008C78BC7}"), AMENDMENT]
class CIM_AssociatedProcessorMemory : CIM_AssociatedMemory
{
CIM_Memory REF Antecedent;
CIM_Processor REF Dependent;
uint32 BusSpeed;
};
Members
The CIM_AssociatedProcessorMemory class has these types of members:
Properties
The CIM_AssociatedProcessorMemory class has these properties.
-
Antecedent
-
-
Data type: CIM_Memory
-
Access type: Read-only
A CIM_Memory that describes the memory installed on or associated with a device.
This property is inherited from CIM_AssociatedMemory.
-
-
BusSpeed
-
-
Data type: uint32
-
Access type: Read-only
-
Qualifiers: Units ("megahertz")
Speed of the bus, in megahertz (MHz), between the processor and memory.
-
-
Dependent
-
-
Data type: CIM_Processor
-
Access type: Read-only
-
Qualifiers: Override ("Dependent")
A CIM_Processor describing the processor that accesses the memory or uses the cache.
-
Remarks
The CIM_AssociatedProcessorMemory class is derived from CIM_AssociatedMemory.
WMI does not implement this class. For more information about classes derived from CIM_AssociatedProcessorMemory, see Win32 Classes.
This documentation is derived from the CIM class descriptions published by the DMTF. Microsoft may have made changes to correct minor errors, conform to Microsoft SDK documentation standards, or provide more information.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Namespace |
Root\CIMV2 |
MOF |
|
DLL |
|