ProcessHost Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents a process host.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | CreateObjRef(Type) | 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(IAppDomainInfoEnum) | This API supports the product infrastructure and is not intended to be used directly from your code. 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 the default hash function. (Inherited from Object.) |
![]() | GetLifetimeService() | Retrieves the current lifetime service object that controls the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | GetType() | |
![]() | InitializeLifetimeService() | This API supports the product infrastructure and is not intended to be used directly from your code. Gives the process host an infinite lifetime by preventing a lease from being created.(Overrides MarshalByRefObject.InitializeLifetimeService().) |
![]() | IsIdle() | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the state of a process. |
![]() | Ping(IProcessPingCallback) | This API supports the product infrastructure and is not intended to be used directly from your code. Pings a process. |
![]() | SetApplicationPreloadState(String, String, Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Notifies ASP.NET that a particular application that is running on IIS 7.0 is configured to be preloaded. |
![]() | SetApplicationPreloadUtil(IApplicationPreloadUtil) | This API supports the product infrastructure and is not intended to be used directly from your code. Creates a type that calls IIS 7.0 to get information that is required in order to preload an application. |
![]() | Shutdown() | This API supports the product infrastructure and is not intended to be used directly from your code. Unloads the process host. |
![]() | ShutdownApplication(String) | This API supports the product infrastructure and is not intended to be used directly from your code. Shuts down the specified application. |
![]() | StartAppDomainProtocolListenerChannel(String, String, IListenerChannelCallback) | This API supports the product infrastructure and is not intended to be used directly from your code. Starts an application domain protocol listener channel. |
![]() | 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. |
![]() | StartProcessProtocolListenerChannel(String, IListenerChannelCallback) | This API supports the product infrastructure and is not intended to be used directly from your code. Starts a process protocol listener channel. |
![]() | StopAppDomainProtocol(String, String, Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Stops an application domain protocol listener channel. |
![]() | StopAppDomainProtocolListenerChannel(String, String, Int32, Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Stops an application domain protocol listener channel. |
![]() | StopProcessProtocol(String, Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Stops a process protocol. |
![]() | StopProcessProtocolListenerChannel(String, Int32, Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. 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.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
