PrintSystemObject::Finalize Method ()
.NET Framework (current version)
Releases the resources that are being used by the PrintSystemObject.
Assembly: System.Printing (in System.Printing.dll)
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.
.NET Framework
Available since 3.0
Available since 3.0
Show: