CriticalFinalizerObject.Finalize Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Releases all the resources used by the CriticalFinalizerObject class.

Namespace:  System.Runtime.ConstrainedExecution
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Protected Overrides Sub Finalize
protected override void Finalize()

Remarks

The finalizer for any types that derive from CriticalFinalizerObject is given the opportunity to execute and will not be aborted, assuming the finalizer correctly follows the rules for a constrained execution region (CER).

Version Information

Silverlight

Supported in: 5, 4, 3

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.