PrintSystemObject.Finalize Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.