uap7:ImportRedirectionTable

允许打包的应用声明 API 重定向。 API 重定向允许应用使用与不受支持的 API 链接的旧二进制文件 (例如 CreateFile) ,并在模块加载时以透明方式替换为受支持的 API (,例如 CreateFileFromApp) 。

元素层次结构

<包>

    <应用程序>

         <应用程序>

              <uap7:Properties>

                   <uap7:ImportRedirectionTable>

语法

<uap7:ImportRedirectionTable>
  A string that represnets the name of a DLL file.
</uap7:ImportRedirectionTable>

特性和元素

特性

无。

子元素

无。

父元素

父元素 描述
uap7:Properties 应用程序的属性。

注解

DLL 文件传递到 CreateProcess 以影响加载程序解析导入的方式。

要求

Namespace http://schemas.microsoft.com/appx/manifest/uap/windows10/7
Minimum OS Version Windows 10版本 1809 (内部版本 17763)