ScriptEngineCollectGarbage Method |
Performs garbage collection.
Namespace:
Microsoft.ClearScript
Assembly:
ClearScript.Core (in ClearScript.Core.dll) Version: 7.2.4
Syntaxpublic abstract void CollectGarbage(
bool exhaustive
)
Public MustOverride Sub CollectGarbage (
exhaustive As Boolean
)
public:
virtual void CollectGarbage(
bool exhaustive
) abstract
abstract CollectGarbage :
exhaustive : bool -> unit
Parameters
- exhaustive
- Type: SystemBoolean
True to perform exhaustive garbage collection, false to favor speed over completeness.
See Also