Rescap4:Redirect

Specifies redirect information for an interop assembly.

Element hierarchy

<Package>

    <Applications>

         <Application>

              <Extensions>

                   <rescap4:Extension>

                        <rescap4:PrimaryInteropAssemblies>

                             <rescap4:Redirect>

Syntax

<recap4:Redirect
       Version = 'A version string in quad notation ("Major.Minor.Build.Revision"), where Major cannot be 0.'
       AssemblyVersion = 'A version string in quad notation ("Major.Minor.Build.Revision"), where Major cannot be 0.'
       PublicKey = 'A hexadecimal string value generated by the packager.'
       MachineType = 'A string that can have one of the following values: "x86", "x64", "arm", "arm64", or "neutral".'
       TargetClrVersion = 'A version string in quad notation ("Major.Minor.Build.Revision"), where Major cannot be 0.'
       Path = '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
Version The version of the assembly. A version string in quad notation (Major.Minor.Build.Revision), where Major cannot be 0. Yes
AssemblyVersion The version of the assembly. A version string in quad notation (Major.Minor.Build.Revision), where Major cannot be 0. 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, or neutral. Yes
TargetClrVersion The device target architecture used for the assembly. A version string in quad notation (Major.Minor.Build.Revision), where Major cannot be 0. Yes
Path 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

None.

Parent elements

Parent element Description
rescap4:PrimaryInteropAssemblies Defines package assembly configuration.

Requirements

Item Value
rescap4 http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities/4
Minimum OS Version Windows 10 version 1803 (Build 17134)