CriticalFinalizerObject.Finalize Method

Definition

Releases all the resources used by the CriticalFinalizerObject class.

~CriticalFinalizerObject();

Remarks

The finalizer for any types deriving 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).

Applies to