ProcessHostFactoryHelper.GetProcessHost(IProcessHostSupportFunctions) 方法

定义

获取进程主机。

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

public:
 virtual System::Object ^ GetProcessHost(System::Web::Hosting::IProcessHostSupportFunctions ^ functions);
public object GetProcessHost(System.Web.Hosting.IProcessHostSupportFunctions functions);
abstract member GetProcessHost : System.Web.Hosting.IProcessHostSupportFunctions -> obj
override this.GetProcessHost : System.Web.Hosting.IProcessHostSupportFunctions -> obj
Public Function GetProcessHost (functions As IProcessHostSupportFunctions) As Object

参数

functions
IProcessHostSupportFunctions

接口声明的 IProcessHostSupportFunctions 函数。

返回

包含进程主机的对象。

实现

注解

.NET Framework 3.5 中引入了 GetProcessHost。 有关详细信息,请参阅 版本和依赖项

适用于