Click or drag to resize

WindowsScriptEngine.CollectGarbage Method

Performs garbage collection.

Namespace: Microsoft.ClearScript.Windows.Core
Assembly: ClearScript.Windows.Core (in ClearScript.Windows.Core.dll) Version: 7.5.0
Syntax
public override 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