<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 *.