The Finalize method is used to perform cleanup operations on unmanaged resources held by the current object before the current object is destroyed. The method is protected and therefore is accessible only through this class or through a derived class.
Abhimanyu K VatsaPosted Jun 8, 2011, 2:56 AM
Further Readings:-
http://msdn.microsoft.com/en-us/library/system.object.finalize.aspx
http://www.vbdotnetheaven.com/UploadFile/chandrahundigam/DestructorsVbDotNet04202005062448AM/DestructorsVbDotNet.aspx