IScriptEngineCollectGarbage Method |
Performs garbage collection.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax void CollectGarbage(
bool exhaustive
)
Sub CollectGarbage (
exhaustive As Boolean
)
void CollectGarbage(
bool exhaustive
)
abstract CollectGarbage :
exhaustive : bool -> unit
Parameters
- exhaustive Boolean
- True to perform exhaustive garbage collection, false to favor speed over completeness.
See Also