Share via


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 介面所宣告的功能。

傳回

包含處理序主項目的物件。

實作

備註

GetProcessHost會在 .NET Framework 3.5 中引進。 如需詳細資訊,請參閱版本和相依性

適用於