Win32_MemoryDeviceArray クラス

Win32_MemoryDeviceArray関連付け WMI クラスは、メモリ デバイスと、それが存在するメモリ配列を関連付けます。

次の構文はマネージド オブジェクト フォーマット (MOF) のコードを単純化したもので、すべての継承されたプロパティを含みます。 プロパティは、MOF の順序ではなく、アルファベット順で一覧表示されます。

構文

[Dynamic, Provider("CIMWin32"), UUID("{B24EF563-BBBE-11d2-ABFB-00805F538618}"), AMENDMENT]
class Win32_MemoryDeviceArray : CIM_Component
{
  Win32_MemoryArray  REF GroupComponent;
  Win32_MemoryDevice REF PartComponent;
};

メンバー

Win32_MemoryDeviceArray クラスには、次の種類のメンバーがあります。

プロパティ

Win32_MemoryDeviceArray クラスには、これらのプロパティがあります。

GroupComponent

データ型: Win32_MemoryArray

アクセスの種類: 読み取り専用

修飾子: KeyOverride ("GroupComponent")、 MappingStrings ("WMI|Win32_MemoryArray")

Win32_MemoryDeviceArray関連付けのメモリ配列部分を表すWin32_MemoryArray。

PartComponent

データ型: Win32_MemoryDevice

アクセスの種類: 読み取り専用

修飾子: KeyOverride ("PartComponent")、 MappingStrings ("WMI|Win32_MemoryDevice")

Win32_MemoryDeviceArray関連付けのメモリ デバイス部分を表すWin32_MemoryDevice。

注釈

Win32_MemoryDeviceArray クラスは、CIM_Componentから派生します。

要件

要件
サポートされている最小のクライアント
Windows Vista
サポートされている最小のサーバー
Windows Server 2008
名前空間
Root\CIMV2
MOF
CIMWin32.mof
[DLL]
CIMWin32.dll

こちらもご覧ください

CIM_Component

コンピューター システム ハードウェア クラス