IProcessHostFactoryHelper Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |