Destroys plugin manager and registered plugins
Source position: fpmkunit.pp line 1631
public destructor TfpmPluginManager.Destroy; override; |
Destroy destroys the plugin manager and frees all registered plugin instances. This destructor ensures proper cleanup of all plugin resources and memory allocations.
The destructor unregisters all plugins, frees plugin instances, and releases any system resources held by the plugin management system.