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

pA reference to the library to unload.