com4:InProcessServerDll

Specifies the path and processor architecture of an in-process server DLL.

Element hierarchy

<Package>

    <Applications>

         <Application>

              <Extensions>

                   <com4:InProcessServer>

                        <com4:InProcessServerDll>

Syntax

<com4:InProcessServerDll
    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 have one of the following values: "x86", "x64", "arm", "arm64", or "x86a64".' />

Attributes and elements

Attributes

Attribute Description Data type Required Default value
Path The full path to the in-process server DLL. 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. Yes
ProcessorArchitecture The processor architecture of the in-process server DLL. A string that can have one of the following values: x86, x64, arm, arm64, or x86a64. Yes

Child elements

None.

Parent elements

Parent element Description
com4:InProcessServer Registers an in-process server with one or many class registrations.

Requirements

Item Value
Namespace http://schemas.microsoft.com/appx/manifest/com/windows10/4
Minimum OS Version Windows 10 (Build 20348)