ProcessHost Class
.NET Framework 4.5
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents a process host.
Namespace: System.Web.Hosting
Assembly: System.Web (in System.Web.dll)
The ProcessHost type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
![]() | EnumerateAppDomains | Provides access to an enumerable set of application domains. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InitializeLifetimeService | Infrastructure. Gives the process host an infinite lifetime by preventing a lease from being created. (Overrides MarshalByRefObject.InitializeLifetimeService().) |
![]() | IsIdle | Infrastructure. Gets the state of a process. |
![]() | Ping | Infrastructure. Pings a process. |
![]() | SetApplicationPreloadState | Notifies ASP.NET that a particular application that is running on IIS 7.0 is configured to be preloaded. |
![]() | SetApplicationPreloadUtil | Creates a type that calls IIS 7.0 to get information that is required in order to preload an application. |
![]() | Shutdown | Unloads the process host. |
![]() | ShutdownApplication | Infrastructure. Shuts down the specified application. |
![]() | StartAppDomainProtocolListenerChannel | Starts an application domain protocol listener channel. |
![]() | StartApplication | Starts the specified application. |
![]() | StartProcessProtocolListenerChannel | Starts a process protocol listener channel. |
![]() | StopAppDomainProtocol | Infrastructure. Stops an application domain protocol listener channel. |
![]() | StopAppDomainProtocolListenerChannel | Stops an application domain protocol listener channel. |
![]() | StopProcessProtocol | Infrastructure. Stops a process protocol. |
![]() | StopProcessProtocolListenerChannel | Stops a protocol listener channel. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
ProcessHost is introduced in the .NET Framework 3.5. For more information, see .NET Framework Versions and Dependencies.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
