2
Reply

When is an object's Finalize() method called?

sathish

sathish

17y
6.3k
0
Reply

    To Swap the memory from heap to place a new object in the heap,by garbage collector ,finalize method called.the finalize method simply swap the memory by objects refernces and memory i heap gets compacted to poin the new memory locaion by pointer.

    Hope this will help you. http://msdn2.microsoft.com/en-us/library/system.object.finalize.aspx

    17y
    0