G
Guest
Hi. I am refactoring an application and I am in the process of adding cleanup
code. I am trying to dereference objects that are no longer required, but I
am finding that references are held in other parts of the application and the
object is consequently never collected.
Is there anyway to enumerate ALL references to a particular object instance
(either in code or interactively)? The GC can do it, so I am hoping I can too.
Thanks
kh
code. I am trying to dereference objects that are no longer required, but I
am finding that references are held in other parts of the application and the
object is consequently never collected.
Is there anyway to enumerate ALL references to a particular object instance
(either in code or interactively)? The GC can do it, so I am hoping I can too.
Thanks
kh