System.Windows.Forms.ApplicationContext.Finalize Method

Attempts to free resources and perform other cleanup operations before the application context is reclaimed by garbage collection.

Syntax

void Finalize ()

Remarks

This method overrides object.Finalize and cleans up resources by calling Dispose(false). Override Dispose(Boolean) to customize the cleanup.

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(object) method.

For more information, see [<topic://cpconFinalizeMethodscDestructors>], [<topic://cpconCleaningUpUnmanagedResources>], and [<topic://cpconOverridingFinalizeMethod>].

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0