Releases all resources used by the V8 runtime.
Namespace:
Microsoft.ClearScript.V8
Assembly:
ClearScript.V8 (in ClearScript.V8.dll) Version: 7.2.4
Syntaxpublic:
virtual void Dispose() sealed
abstract Dispose : unit -> unit
override Dispose : unit -> unit
Implements
IDisposableDispose
Remarks
Call Dispose() when you are finished using the V8 runtime. Dispose()
leaves the V8 runtime in an unusable state. After calling Dispose(), you must
release all references to the V8 runtime so the garbage collector can reclaim the
memory that the V8 runtime was occupying.
See Also