Win32_PhysicalMemoryLocation 클래스

Win32_PhysicalMemoryLocation 연결 WMI 클래스는 실제 메모리 배열과 실제 메모리를 연결합니다.

다음 구문은 MOF(Managed Object Format) 코드를 단순화한 것으로 상속된 속성이 모두 포함되어 있습니다. 속성은 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

컴퓨터 시스템 하드웨어 클래스