26typedef void *OFModuleHandle;
29typedef HMODULE OFModuleHandle;
32OF_ASSUME_NONNULL_BEGIN
42 OFModuleHandle _handle;
68+ (instancetype)moduleWithPath: (nullable
OFString *)path;
79- (instancetype)initWithPath: (nullable
OFString *)path;
87- (nullable
void *)addressForSymbol: (
OFString *)symbol;
A class representing a module (e.g. shared library, plugin, etc.).
Definition OFModule.h:41
The root class for all other classes inside ObjFW.
Definition OFObject.h:692
A class for handling strings.
Definition OFString.h:143