WindowsScriptEngineCollectGarbage Method |
Performs garbage collection.
Namespace: Microsoft.ClearScript.Windows.CoreAssembly: ClearScript.Windows.Core (in ClearScript.Windows.Core.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)See Also