com4:ClassReference(InProcessServer)
등록된 in-process 서버가 연결된 클래스를 지정하고 등록 세부 정보를 설정합니다.
요소 계층 구조
<com4:ClassReference>
<com4:ClassReference>
통사론
<com4:ClassReference
ThreadingModel = 'A string that can have one of the following values: "Both", "STA", "MTA", "MainSTA", or "Neutral".'
Virtualization = 'A string that can have one of the following values: "enabled" or "disabled".'
Id = 'A GUID in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.' />
특성 및 요소
특성
속성 | 묘사 | 데이터 형식 | 필수 | 기본값 |
---|---|---|---|---|
ThreadingModel | 런타임 클래스에서 지원하는 스레딩 모델의 형식입니다. | 다음 값 중 하나: "Both", "STA", "MTA", "MainSTA", "Neutral" | 예 | |
가상화 | 클래스를 로드할 때 가상화가 사용되는지 여부를 지정합니다. | 다음 값 중 하나: "enabled", "disabled" | 예 | |
ID | 참조되는 클래스 ID입니다. | xxxxxxxx-xxxx-xxxx-xxxx-xxxx 형식의 GUID입니다. | 예 |
자식 요소
없음.
부모 요소
Parent 요소 | 묘사 |
---|---|
com4:InProcessServer | 하나 이상의 클래스 등록을 사용하여 In-Process 서버를 등록합니다. |
발언
다음 예제에서는 out-of-process 및 In-process 서버 구현을 동일한 클래스에 등록하는 방법을 보여 있습니다.
<com4:Class Id="f4ed7720-9b3a-44a4-xxxx-xxxxxxxxxxxx" DisplayName="CLSID_Foo"/>
<com:ExeServer Executable="MyServer.exe" DisplayName="My server">
<com4:ClassReference Id="f4ed7720-9b3a-44a4-xxxx-xxxxxxxxxxxx"/>
</com:ExeServer>
<com4:InProcessServer Path="MyServer.dll">
<com4:ClassReference Id="f4ed7720-9b3a-44a4-xxxx-xxxxxxxxxxxx"/>
</com4:InProcessServer>
요구 사항
항목 | 값 |
---|---|
네임스페이스 |
http://schemas.microsoft.com/appx/manifest/com/windows10/4 |
최소 OS 버전 | Windows 10(빌드 20348) |