Win32_MemoryDeviceArray class

The Win32_MemoryDeviceArray association WMI class relates a memory device and the memory array in which it resides.

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("{B24EF563-BBBE-11d2-ABFB-00805F538618}"), AMENDMENT]
class Win32_MemoryDeviceArray : CIM_Component
{
  Win32_MemoryArray  REF GroupComponent;
  Win32_MemoryDevice REF PartComponent;
};

Members

The Win32_MemoryDeviceArray class has these types of members:

Properties

The Win32_MemoryDeviceArray class has these properties.

GroupComponent

Data type: Win32_MemoryArray

Access type: Read-only

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

A Win32_MemoryArray that represents the memory array part of the Win32_MemoryDeviceArray association.

PartComponent

Data type: Win32_MemoryDevice

Access type: Read-only

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

A Win32_MemoryDevice that represents a memory device part of the Win32_MemoryDeviceArray association.

Remarks

The Win32_MemoryDeviceArray class is derived from CIM_Component.

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_Component

Computer System Hardware Classes