V8ScriptEngineCollectGarbage Method |
Performs garbage collection.
Namespace: Microsoft.ClearScript.V8Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.4.5
Syntax public override void CollectGarbage(
bool exhaustive
)
Public Overrides Sub CollectGarbage (
exhaustive As Boolean
)
public:
virtual void CollectGarbage(
bool exhaustive
) override
abstract CollectGarbage :
exhaustive : bool -> unit
override CollectGarbage :
exhaustive : bool -> unit
Parameters
- exhaustive Boolean
- True to perform exhaustive garbage collection, false to favor speed over completeness.
Implements
IScriptEngineCollectGarbage(Boolean)IScriptEngineCollectGarbage(Boolean)See Also