Runtime.unloadLibrary

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.

struct Runtime
static
bool
unloadLibrary
()
(
void* p
)

Parameters

p
Type: void*

A reference to the library to unload.

Suggestion Box / Bug Report