HostingEnvironment::UnregisterObject Method
Removes an object from the list of registered objects for the application.
Assembly: System.Web (in System.Web.dll)
[SecurityPermissionAttribute(SecurityAction::Demand, Unrestricted = true)] public: static void UnregisterObject( IRegisteredObject^ obj )
Parameters
- obj
- Type: System.Web.Hosting::IRegisteredObject
The object to remove.
The ApplicationManager class enables methods outside the current application domain to create, manage, and destroy objects inside the current application domain. The UnregisterObject method is used to remove previously registered objects from the hosting environment.
The following code example is the Stop method for a registered object. For the full code required to run the example, see the Example section of the IRegisteredObject interface overview topic.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.