Home -> PlatformBindings -> ModuleHandlePosix

Declaration

class ModuleHandlePosix : public IModuleHandle;

Description

The ModuleHandlePosix class is an IModuleHandle implementation.

Availability: Linux and macOS. This type is used by non-Windows builds and owns modules opened with dlopen.

Members

Initialization methods

Name Description
Public member Create
Creates a module handle object.
Public member Clone
Creates another owning handle to the same module.
Public member Delete
Deletes the module handle object.

See also