ScriptObject.Finalize Method
Silverlight
Frees resources and performs other cleanup operations before the scriptable object is reclaimed by garbage collection.
Namespace: System.Windows.Browser
Assembly: System.Windows.Browser (in System.Windows.Browser.dll)
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 the GC.SuppressFinalize method.
For more information, see Finalize Methods and Destructors in the full .NET Framework documentation.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.