Home -> IModuleHandle -> Delete

Description

The Delete method destroys the module handle object and releases its owning reference to the loaded module.

ImportantImportant

Module handles are normally stored in IModuleHandle::unique_ptr and destroyed by the smart pointer deleter.

Usage

void Delete() = 0;

See also