Click or drag to resize

ScriptEngine.CollectGarbage Method

Performs garbage collection.

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

Parameters

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

Implements

IScriptEngine.CollectGarbage(Boolean)
See Also