Rescap4:Redirect
指定互操作程序集的重定向信息。
元素层次结构
<rescap4:PrimaryInteropAssemblies>
<rescap4:Redirect>
语法
<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 *.' />
特性和元素
属性
属性 | 说明 | 数据类型 | 必须 | 默认值 |
---|---|---|---|---|
版本 | 该程序集的版本。 | 象限表示法中的版本字符串 (Major.Minor.Build.Revision ) ,其中 Major 不能为 0 。 |
是 | |
AssemblyVersion | 该程序集的版本。 | 象限表示法中的版本字符串 (Major.Minor.Build.Revision ) ,其中 Major 不能为 0 。 |
是 | |
PublicKey | 用于访问程序集的公钥。 | 打包程序生成的十六进制字符串值。 | 是 | |
MachineType | 用于程序集的设备体系结构。 | 可以具有以下值之一的字符串: x86、 x64、 arm、 arm64 或 neutral。 | 是 | |
TargetClrVersion | 用于程序集的设备目标体系结构。 | 象限表示法中的版本字符串 (Major.Minor.Build.Revision ) ,其中 Major 不能为 0 。 |
是 | |
路径 | 程序集的路径。 | 值长度介于 1 到 256 个字符之间的字符串,不能包含以下字符:< 、> 、: 、" 、| ? 、 或 * 。 |
是 |
子元素
无。
父元素
父元素 | 描述 |
---|---|
rescap4:PrimaryInteropAssemblies | 定义包程序集配置。 |
要求
项 | 值 |
---|---|
rescap4 | http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities/4 |
Minimum OS Version | Windows 10版本 1803 (内部版本 17134) |