Home -> ModuleHandlePosix -> Clone
Description
The Clone method creates another owning handle to the same loaded module.
Usage
IModuleHandle::unique_ptr Clone() const override;
Return value
- [IModuleHandle]
- A new module handle object referencing the same loaded module.