Win32_PhysicalMemoryLocation class

The Win32_PhysicalMemoryLocation association WMI class relates an array of physical memory and its physical 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("{B24EF562-BBBE-11d2-ABFB-00805F538618}"), AMENDMENT]
class Win32_PhysicalMemoryLocation : CIM_PackagedComponent
{
  string                        LocationWithinContainer;
  Win32_PhysicalMemory      REF PartComponent;
  Win32_PhysicalMemoryArray REF GroupComponent;
};

Members

The Win32_PhysicalMemoryLocation class has these types of members:

Properties

The Win32_PhysicalMemoryLocation class has these properties.

GroupComponent

Data type: Win32_PhysicalMemoryArray

Access type: Read-only

Qualifiers: Key, Override ("GroupComponent"), MappingStrings ("WMI|Win32_PhysicalMemoryArray")

A Win32_PhysicalMemoryArray that represents the physical memory array that contains the physical memory.

LocationWithinContainer

Data type: string

Access type: Read-only

Free-form string that represents the positioning of the physical element within the physical package. Information relative to stationary elements in the container (for example, "second drive bay from the top"), angles, altitudes, and other data can be recorded in this property. This string could supplement or be used in place of instantiating the CIM_Location object.

This property is inherited from CIM_Container.

PartComponent

Data type: Win32_PhysicalMemory

Access type: Read-only

Qualifiers: Key, Override ("PartComponent"), MappingStrings ("WMI|Win32_PhysicalMemory")

A Win32_PhysicalMemory that represents the physical memory contained in the physical memory array.

Remarks

The Win32_PhysicalMemoryLocation class is derived from CIM_PackagedComponent.

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_PackagedComponent

Computer System Hardware Classes