Click or drag to resize

IScriptEngineCollectGarbage Method

Performs garbage collection.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax
void CollectGarbage(
	bool exhaustive
)

Parameters

exhaustive  Boolean
True to perform exhaustive garbage collection, false to favor speed over completeness.
See Also