ScriptEngineFinalize Method |
Releases unmanaged resources and performs other cleanup operations before the script engine is reclaimed by garbage collection.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax Protected Overrides Sub Finalize
abstract Finalize : unit -> unit
override Finalize : unit -> unit
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