IProcessHostFactoryHelper Interface

Definition

Provides a method to retrieve an IProcessHost interface.

This API supports the product infrastructure and is not intended to be used directly from your code.

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
Derived
Attributes

Remarks

IProcessHostFactoryHelper is introduced in the .NET Framework 3.5. For more information, see Versions and Dependencies.

Methods

GetProcessHost(IProcessHostSupportFunctions)

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the process host.

Applies to