• 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 subapplications shows how to create the instance.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.
|