IProcessHost Interface

Definition

Defines the set of process-wide functionality that every host of the application manager must implement.

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

public interface class IProcessHost
[System.Runtime.InteropServices.Guid("0ccd465e-3114-4ca3-ad50-cea561307e93")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IProcessHost
[<System.Runtime.InteropServices.Guid("0ccd465e-3114-4ca3-ad50-cea561307e93")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IProcessHost = interface
Public Interface IProcessHost
Derived
Attributes

Remarks

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

Methods

EnumerateAppDomains(IAppDomainInfoEnum)

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

Gets an AppDomainInfoEnum interface.

Shutdown()

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

Sends a request to terminate all applications in an application domain.

ShutdownApplication(String)

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

Terminates the specified application.

StartApplication(String, String, Object)

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

Starts the specified application.

Applies to