Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the path and processor architecture of a ProxyStub DLL.
Element hierarchy
<Package>
└─ <Extensions>
└─ <com2:Extension>
└─ <com2:ComInterface>
└─ <com2:ProxyStub>
└─ <com2:ProxyStubDll>
└─ <Applications>
└─ <Application>
└─ <Extensions>
└─ <com2:Extension>
└─ <com2:ComInterface>
└─ <com2:ProxyStub>
└─ <com2:ProxyStubDll>
Syntax
<com2:ProxyStubDll
Path = 'A required string between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *.'
ProcessorArchitecture = 'A required string that can have one of the following values: "x86", "x64", "arm", "arm64", or "x86a64".' />
Attributes
| Attribute | Description | Data type | Required | Default value |
|---|---|---|---|---|
| Path | A relative path to the .dll file in the app package. | A string between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *. | Yes | |
| ProcessorArchitecture | The processor architecture of the ProxyStub registration. | A string that can have one of the following values: x86, x64, arm, arm64, x86a64. | Yes |
Child elements
None.
Parent elements
| Parent element | Description |
|---|---|
| com:ProxyStub | Registers a proxy stub. |
Requirements
| Item | Value |
|---|---|
| Namespace | http://schemas.microsoft.com/appx/manifest/com/windows10/2 |
| Minimum OS Version | Windows 10 version 1709 (Build 16299) |