moduleHandle

Loads or retrieves the handle of a DLL. As there will be only one template instantiation per unique DLL string, LoadLibrary will be called at most once per unique "dll" parameter.

version(Windows)
@property
HMODULE
moduleHandle
(
string dll
)
()

Meta