ProcessHostFactoryHelper.GetProcessHost(IProcessHostSupportFunctions) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得處理序主項目。
此 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 中引進。 如需詳細資訊,請參閱版本和相依性。