Home -> RenderPluginEnumerator -> Destructor

Description

The RenderPluginEnumerator destructor clears all loaded plugins and releases the module handles owned by the enumerator.

WarningWarning

Destroying the enumerator can unload plugin libraries. Ensure that objects created by those plugins have already been destroyed, or keep an independent module handle alive.

Usage

~RenderPluginEnumerator();

See also