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 で導入されています。 詳細については、「.NET Framework のバージョンおよび依存関係」を参照してください。

適用対象