Releases the unmanaged resources and performs other cleanup operations before the System.Windows.Forms.Cursor is reclaimed by the garbage collector.
This method overrides object.Finalize. Application code should not call this method; an object's object.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>].