Dispose

Difference Between Dispose and Finalize
Finalize is the backstop method, called by the garbage collector when it reclaims an object. Dispose is the "deterministic cleanup" method, called by ...