Win32_PhysicalMemoryLocation 类

Win32_PhysicalMemoryLocation关联 WMI 类将物理内存数组与其物理内存相关联。

以下语法从托管对象格式 (MOF) 代码中简化,包括所有继承的属性。 属性按字母顺序列出,而不是按 MOF 顺序列出。

语法

[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;
};

成员

Win32_PhysicalMemoryLocation 类具有以下类型的成员:

属性

Win32_PhysicalMemoryLocation 类具有这些属性。

GroupComponent

数据类型: Win32_PhysicalMemoryArray

访问类型:只读

限定符: 重写 (“GroupComponent”) 、 MappingStrings (“WMI|Win32_PhysicalMemoryArray“)

表示包含物理内存的物理内存数组 的Win32_PhysicalMemoryArray

LocationWithinContainer

数据类型: 字符串

访问类型:只读

表示物理包中物理元素的位置的自由格式字符串。 与容器中静态元素相关的信息 (例如,“从顶部的第二个驱动器舱”) 、角度、高度和其他数据都可以记录在此属性中。 此字符串可以补充或用于代替 实例化 CIM_Location 对象。

此属性继承自 CIM_Container

PartComponent

数据类型: Win32_PhysicalMemory

访问类型:只读

限定符: 替代 (“PartComponent”) 、 MappingStrings (“WMI|Win32_PhysicalMemory“)

表示物理内存数组中包含的物理内存的 Win32_PhysicalMemory

备注

Win32_PhysicalMemoryLocation 类派生自 CIM_PackagedComponent

要求

要求
最低受支持的客户端
Windows Vista
最低受支持的服务器
Windows Server 2008
命名空间
Root\CIMV2
MOF
CIMWin32.mof
DLL
CIMWin32.dll

另请参阅

CIM_PackagedComponent

计算机系统硬件类