Using ENVY/App, you can unload
To complete the examples in this section you must first create an instance of EaComponentMapManager before unloading code. Step 1 of Example: Unloading an application and its subapplication shows how to create the instance.
To enhance the effectiveness of the system's change control, unload
versions of applications and classes only.
![]() | The methods described in this section (dumpApplications:, dumpClasses:, and so on) add the unloaded components to an instance of ApplicationDumper. You cannot remove these components from the instance once they are added. Repeated use of the methods adds new components to those existing in the instance; it does not overwrite the components. To unload different components, you must create a new instance of ApplicationDumper. |