Click or drag to resize

ScriptEngine.Finalize Method

Releases unmanaged resources and performs other cleanup operations before the script engine is reclaimed by garbage collection.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.5.0
Syntax
~Finalize()
Remarks
This method overrides Finalize(). Application code should not call this method; an object's Finalize() method is automatically invoked during garbage collection, unless finalization by the garbage collector has been disabled by a call to SuppressFinalize(Object).
See Also