1
Reply

Hi,how to know garbage collector these objects are no longer need for clean up

N  RATNAKAR

N RATNAKAR

17y
4.6k
0
Reply

    ps write the question clearly... ans1: objects need to tell GC that no need to finalize me. GC.SurpressFinalize(object); ans2: tell GC to start clearing the memory GC.Collect(); Regards Sam

    17y
    0