다음을 통해 공유


com4:InProcessHandlerDll

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

요소 계층 구조

<패키지>

     <애플리케이션>

          <애플리케이션>

               <확장>

                    <com4:InProcessHandler>

                         <com4:InProcessHandlerDll>

     <확장>

          <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".' />

특성 및 요소

특성

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

자식 요소

없음.

부모 요소

Parent 요소 묘사
확장 앱에 대한 하나 이상의 확장성 지점을 정의합니다.

예제

다음 예제에서는 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>

요구 사항

항목
네임스페이스 http://schemas.microsoft.com/appx/manifest/com/windows10/4
최소 OS 버전 Windows 10(빌드 20348)