com5:InProcessHandlerDll
描述
指定进程内处理程序 DLL 的路径和处理器体系结构。
元素层次结构
<com5:InProcessHandlerDll>
<com5:InProcessHandlerDll>
语法
<com5:InProcessHandlerDll Path = A string between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *.
ProcessorArchitecture = "x86" | "x64" | "arm" | "arm64" | "x86a64"
></com5:InProcessHandlerDll>
属性
属性 | 描述 | 数据类型 | 必填 |
---|---|---|---|
路径 | 进程内处理程序 DLL 的完整路径。 | 以下值之一:长度为 1 到 256 个字符的字符串,长度不能包含这些字符:<、>、:、“、,, ?, 或 *。 | 是的 |
ProcessorArchitecture | 进程内处理程序 DLL 的处理器体系结构。 | 以下值之一:“x86”、“x64”、“arm”、“arm64”、“x86a64” | 是的 |
父元素
Parent 元素 | 描述 |
---|---|
com5:InProcessHandler | 使用一个或多个类注册注册进程内处理程序。 |
言论
在 com4:InProcessHandlerDll的更改中,Path 属性不需要提供的值以“.dll”结尾。
要求
项目 | 价值 |
---|---|
com5 | http://schemas.microsoft.com/appx/manifest/com/windows10/5 |
最低 OS 版本 | Windows 11 版本 21H2 (内部版本 22000) |