The System.Web.Hosting.ApplicationManager class enables methods outside the current application domain to create, manage, and destroy objects inside the current application domain. The HostingEnvironment.RegisterObject(IRegisteredObject) method is used to register previously created objects with the hosting environment. Objects registered with the HostingEnvironment.RegisterObject(IRegisteredObject) method must implement the System.Web.Hosting.IRegisteredObject interface.
To use a registered object, follow these steps:
[The 'ordered' type of list has not been implemented in the ECMA stylesheet.]