Win32_MemoryDeviceLocation class

The Win32_MemoryDeviceLocation association WMI class relates a memory device and the physical memory on which it exists.

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("{FAF76B9C-798C-11D2-AAD1-006008C78BC7}"), AMENDMENT]
class Win32_MemoryDeviceLocation : CIM_Realizes
{
  Win32_MemoryDevice   REF Dependent;
  Win32_PhysicalMemory REF Antecedent;
};

Members

The Win32_MemoryDeviceLocation class has these types of members:

Properties

The Win32_MemoryDeviceLocation class has these properties.

Antecedent

Data type: Win32_PhysicalMemory

Access type: Read-only

Qualifiers: key, Override ("Antecedent"), Max (1), MappingStrings ("WMI|Win32_PhysicalMemory")

A Win32_PhysicalMemory that represents the physical memory containing the memory device.

Dependent

Data type: Win32_MemoryDevice

Access type: Read-only

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

A Win32_MemoryDeviceLocation that represents the memory device existing in the physical memory.

Remarks

The Win32_MemoryDeviceLocation class is derived from CIM_Realizes.

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_Realizes

Computer System Hardware Classes