Click or drag to resize

V8ScriptEngineCollectGarbage Method

Performs garbage collection.

Namespace:  Microsoft.ClearScript.V8
Assembly:  ClearScript.V8 (in ClearScript.V8.dll) Version: 7.3.1
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