[ Version ( since = "0.2.0" ) ]
public bool unload_plugin (string plugin_id) throws Error
Unload from memory a module identified by plugin_id.
This means call the module's deinit function.
| this |
the registry instance |
| plugin_id |
the identifier of the plugin |
|
true% on success. |