Click or drag to resize

WindowsScriptEngineCollectGarbage Method

Performs garbage collection.

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

Parameters

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

Implements

IScriptEngineCollectGarbage(Boolean)
See Also