Win32_MemoryArrayLocation class

The Win32_MemoryArrayLocation association WMI class relates a logical memory array and the physical memory array 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("{B24EF561-BBBE-11d2-ABFB-00805F538618}"), AMENDMENT]
class Win32_MemoryArrayLocation : CIM_Realizes
{
  Win32_MemoryArray         REF Dependent;
  Win32_PhysicalMemoryArray REF Antecedent;
};

Members

The Win32_MemoryArrayLocation class has these types of members:

Properties

The Win32_MemoryArrayLocation class has these properties.

Antecedent

Data type: Win32_PhysicalMemoryArray

Access type: Read-only

Qualifiers: key, Override ("Antecedent"), MappingStrings ("WMI|Win32_PhysicalMemoryArray")

A Win32_PhysicalMemoryArray that describes the physical memory array that implements the logical memory array.

Dependent

Data type: Win32_MemoryArray

Access type: Read-only

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

A Win32_MemoryArray that describes the logical memory array implemented by the physical memory array.

Remarks

The Win32_MemoryArrayLocation 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