Click or drag to resize

V8ScriptEngineCollectGarbage Method

Performs garbage collection.

Namespace: Microsoft.ClearScript.V8
Assembly: ClearScript.V8 (in ClearScript.V8.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)
IScriptEngineCollectGarbage(Boolean)
See Also