ProcessHost Members
.NET Framework 3.5
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents a process host.
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 | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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. |
|
MemberwiseClone | Overloaded. |
|
Ping | Infrastructure. Pings a process. |
|
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.) |