ApplicationManager Members
Manages ASP.NET application domains for an ASP.NET hosting application.
The following tables list the members exposed by the ApplicationManager type.
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Close | Shuts down all application domains. |
| CreateObject | Overloaded. Creates an object for the specified application domain. |
| 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) |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetApplicationManager | Returns the single instance of the ApplicationManager object associated with this ASP.NET host process. |
| 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) |
| GetObject | Returns the registered object of the specified type from the specified application. |
| GetRunningApplications | Returns a snapshot of running applications. |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| InitializeLifetimeService | Overridden. Gives the application domain an infinite lifetime by preventing a lease from being created. |
| IsIdle | Returns a value indicating whether all applications hosted by the process are idle and not processing requests. |
| Open | Makes a thread-safe increment to the user reference count of the application manager instance. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ShutdownAll | Unloads all application resources. |
| ShutdownApplication | Unloads the specified application. |
| StopObject | Removes the specified object from the list of registered objects in an application. If the object to be removed is the last remaining object in the list of registered objects in an application, the application is unloaded. |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Overloaded. (inherited from MarshalByRefObject) |