Pluginlib: perform operations at unloading

asked 2021-04-14 12:37:06 -0500

eferre gravatar image

Hello everyone,

I have this question: is it possible to perform operations just before a plugin gets unloaded? Is its destructor called? Or is its destructor called only if the function unloadLibraryForClass is called on the class loader used to load the plugin?

edit retag flag offensive close merge delete