IProcessHost Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Defines the set of process-wide functionality that every host of the application manager must implement.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | 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 |
IProcessHost is introduced in the .NET Framework 3.5. For more information, see .NET Framework Versions and Dependencies.
Available since 2.0
