73 void* getFunction (
const String& functionName)
noexcept;
81 void* handle =
nullptr;
Handles the opening and closing of DLLs.
DynamicLibrary(DynamicLibrary &&other) noexcept
Move constructor.
~DynamicLibrary()
Destructor.
void * getNativeHandle() const noexcept
Returns the platform-specific native library handle.
DynamicLibrary()=default
Creates an unopened DynamicLibrary object.