Home -> IModuleHandle -> Delete
Description
The Delete method destroys the module handle object and releases its owning reference to the loaded module.
Important
Module handles are normally stored in IModuleHandle::unique_ptr and destroyed by the smart pointer deleter.
Usage
void Delete() = 0;