Runtime.unloadLibrary
bool unloadLibrary()(void * p)Unloads the dynamic library referenced by p. If this library contains a D runtime then any necessary finalization or cleanup of that runtime will be performed.
Parameters
p | A reference to the library to unload. |