IProcessHostSupportFunctions 接口

提供进程宿主的 Helper 函数。

语法

struct IProcessHostSupportFunctions : IUnknown  

方法

下表列出了 接口公开 IProcessHostSupportFunctions 的方法。

名称 说明
IProcessHostSupportFunctions::GetAppHostConfigFilename 检索应用程序主机配置 (.config) 文件路径。
IProcessHostSupportFunctions::GetApplicationProperties 从应用程序的元数据库中检索属性。
IProcessHostSupportFunctions::GetConfigToken 检索指定应用程序的根目录的 Windows 安全令牌。
IProcessHostSupportFunctions::GetNativeConfigurationSystem 检索 INativeConfigurationSystem 接口指针。
IProcessHostSupportFunctions::GetRootWebConfigFilename 检索ApplicationHost.config文件的物理路径。
IProcessHostSupportFunctions::MapPath 检索相对 URL 的物理路径。

属性

此接口不包含任何属性。

派生类

此接口不包含派生类。

继承层次结构

IUnknown

IProcessHostSupportFunctions

要求

类型 说明
客户端 - Windows Vista 上的 IIS 7.0
- Windows 7 上的 IIS 7.5
- Windows 8 上的 IIS 8.0
- Windows 10 上的 IIS 10.0
服务器 - Windows Server 2008 上的 IIS 7.0
- Windows Server 2008 R2 上的 IIS 7.5
- Windows Server 2012 上的 IIS 8.0
- Windows Server 2012 R2 上的 IIS 8.5
- Windows Server 2016 上的 IIS 10.0
产品 - IIS 7.0、IIS 7.5、IIS 8.0、IIS 8.5、IIS 10.0
- IIS Express 7.5、IIS Express 8.0、IIS Express 10.0
Header Webhost.h

另请参阅

Windows 进程激活服务接口