unload_plugin


Description:

[ 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.

Parameters:

this

the registry instance

plugin_id

the identifier of the plugin

Returns:

true% on success.