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.2.3
Syntax
public override void CollectGarbage(
	bool exhaustive
)

Parameters

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