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.
Defines package assembly configuration.
Element hierarchy
<rescap4:PrimaryInteropAssemblies>
Syntax
<recap4:PrimaryInteropAssemblies
Version = 'A string with a value between 1 and 32767 characters in length.'
AssemblyVersion = 'A numeric string containing periods as separators.'
PublicKey = 'A hexadecimal string value generated by the packager.'
MachineType = 'A string that can have one of the following values: "x86", "x64", "arm", "arm64", "neutral".'
TargetClrVersion = 'A numeric string containing periods as separators.'
FolderPath = 'A string with a value between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *.' />
Attributes and elements
Attributes
Attribute | Description | Data type | Required | Default value |
---|---|---|---|---|
AssemblyName | The name of the assembly. | A string with a value between 1 and 32767 characters in length. | Yes | |
AssemblyVersion | The version of the assembly. | A numeric string containing periods as separators. | Yes | |
PublicKey | The public key to access the assembly. | A hexadecimal string value generated by the packager. | Yes | |
MachineType | The device architecture used for the assembly. | A string that can have one of the following values: x86, x64, arm, arm64, neutral. | Yes | |
TargetClrVersion | The device target architecture used for the assembly. | A numeric value that allows periods as separators. | Yes | |
FolderPath | The path to the assembly. | A string with a value between 1 and 256 characters in length that cannot contain these characters: < , > , : , " , | , ? , or * . |
Yes |
Child elements
Child element | Description |
---|---|
Redirect | Specifies redirect information for interop assemblies. |
Parent elements
Parent element | Description |
---|---|
rescap4:Extension | Declares an extensibility point for the app. |
Requirements
Item | Value |
---|---|
rescap4 | http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities/4 |
Minimum OS Version | Windows 10 version 1803 (Build 17134) |