IProcessHostSupportFunctions 接口

定义

提供进程宿主的 Helper 函数。

此 API 支持产品基础结构,不能在代码中直接使用。

public interface class IProcessHostSupportFunctions
[System.Runtime.InteropServices.Guid("35f9c4c1-3800-4d17-99bc-018a62243687")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IProcessHostSupportFunctions
[<System.Runtime.InteropServices.Guid("35f9c4c1-3800-4d17-99bc-018a62243687")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IProcessHostSupportFunctions = interface
Public Interface IProcessHostSupportFunctions
属性

注解

IProcessHostSupportFunctions在 3.5 .NET Framework中引入。 有关详细信息,请参见版本和依赖关系

方法

GetAppHostConfigFilename()

此 API 支持产品基础结构,不能在代码中直接使用。

获取应用程序主机配置 (.config) 文件路径。

GetApplicationProperties(String, String, String, String, String)

此 API 支持产品基础结构,不能在代码中直接使用。

从应用程序的元数据库获取属性。

GetConfigToken(String)

此 API 支持产品基础结构,不能在代码中直接使用。

获取指定应用程序根目录的 Windows 安全令牌。

GetNativeConfigurationSystem()

此 API 支持产品基础结构,不能在代码中直接使用。

检索 INativeConfigurationSystem 接口。

GetRootWebConfigFilename()

此 API 支持产品基础结构,不能在代码中直接使用。

获取 ApplicationHost.config 文件的物理路径。

MapPath(String, String, String)

此 API 支持产品基础结构,不能在代码中直接使用。

获取相对 URL 的物理路径。

适用于