com4:InProcessHandlerDll

In-Process 처리기 DLL의 경로 및 프로세서 아키텍처를 지정합니다.

요소 계층 구조

<패키지>

    <애플리케이션>

         <애플리케이션>

              <확장>

                   <com4:InProcessHandler>

                        <com4:InProcessHandlerDll>

구문

<com4:InProcessHandlerDll
  Path = 'A string with a value between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *, ending with the case-insensitive file extension ".dll".'
  ProcessorArchitecture = 'A string that can be one of the following values: "x86", "x64", "arm", "arm64", or "x86a64".' />

특성 및 요소

특성

attribute Description 데이터 형식 필수 기본값
Path In-Process 처리기 DLL의 전체 경로입니다. 길이가 1~256자인 문자열로, >, ?:|"또는 *문자가 대</소문자를 구분하지 않는 파일 확장자로 .dll끝납니다. Yes
ProcessorArchitecture In-Process 처리기 DLL의 프로세서 아키텍처입니다. x86, x64, arm , arm64 또는 x86a64 값 중 하나일 수 있는 문자열입니다. Yes

자식 요소

없음

부모 요소

부모 요소 Description
확장 앱에 대한 확장성 지점을 하나 이상 정의합니다.

예제

다음 예제에서는 x86 및 x64 아키텍처에 대한 클래스 및 In-Process 처리기 dll을 등록하는 방법을 보여 줍니다.

<com4:InProcessHandler> 
  <com4:InProcessHandlerDll Path="x86\MyHandler.dll" ProcessorArchitecture="x86"/> 
  <com4:InProcessHandlerDll Path="amd64\MyHandler.dll" ProcessorArchitecture="x64"/> 
  <com4:Class Id="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" DisplayName="CLSID_Bar" ThreadingModel="Both"/> 
</com4:InProcessHandler>

요구 사항

항목
Namespace http://schemas.microsoft.com/appx/manifest/com/windows10/4
Minimum OS Version Windows 10(빌드 20348)