IProcessHostFactoryHelper インターフェイス

定義

IProcessHost インターフェイスを取得するメソッドを提供します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public interface class IProcessHostFactoryHelper
[System.Runtime.InteropServices.Guid("02fd465d-5c5d-4b7e-95b6-82faa031b74a")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IProcessHostFactoryHelper
[<System.Runtime.InteropServices.Guid("02fd465d-5c5d-4b7e-95b6-82faa031b74a")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IProcessHostFactoryHelper = interface
Public Interface IProcessHostFactoryHelper
派生
属性

注釈

IProcessHostFactoryHelperは .NET Framework 3.5 で導入されました。 詳細については、「.NET Framework のバージョンおよび依存関係」を参照してください。

メソッド

GetProcessHost(IProcessHostSupportFunctions)

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

プロセス ホストを取得します。

適用対象