SharedLib.unload

Unloads the OS-specific shared library associated with this SharedLib instance.

Note: It's invalid to use the object after unload() has been called, as unload() will delete it if it's not referenced any more.

Throws SharedLibException on failure. In this case, the SharedLib object is not deleted.

class SharedLib
void
unload
()

Meta