Click or drag to resize

ScriptEngineCollectGarbage Method

Performs garbage collection.

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

Parameters

exhaustive
Type: SystemBoolean
True to perform exhaustive garbage collection, false to favor speed over completeness.
See Also