PrintSystemObject.Finalize Method

Definition

Releases the resources that are being used by the PrintSystemObject.

!PrintSystemObject ()
~PrintSystemObject ();
override this.Finalize : unit -> unit
Finalize ()

Remarks

The Finalize method acts as a safeguard to clean up resources in the event that the Dispose method is not called. You should implement the Finalize method to clean up only unmanaged resources. You should not implement this method for managed objects, because the garbage collector cleans up managed resources automatically.

Applies to