Skip to content

Latest commit

 

History

History
111 lines (73 loc) · 3.28 KB

win32-memoryarraylocation.md

File metadata and controls

111 lines (73 loc) · 3.28 KB
description ms.assetid ms.tgt_platform title ms.topic ms.date topic_type api_name api_type api_location
The Win32\_MemoryArrayLocation association WMI class relates a logical memory array and the physical memory array on which it exists.
455daeee-ad67-4599-84d6-fa3f4ac593aa
multiple
Win32_MemoryArrayLocation class
reference
05/31/2018
APIRef
kbSyntax
Win32_MemoryArrayLocation
Win32_MemoryArrayLocation.Dependent
Win32_MemoryArrayLocation.Antecedent
DllExport
CIMWin32.dll

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