IActiveScriptGarbageCollector Interface

Provides a method to start garbage collection. This interface should be implemented by Active Script engines that want to clean up their resources.

Methods

Method Description
IActiveScriptGarbageCollector::CollectGarbage Starts garbage collection.

See also

Active Script Interfaces