I wanted to verify whether there is a way to get a count of references for a given object at runtime? I don't need to know exactly what is referencing it, just a number.
Asked
Active
Viewed 100 times
3
-
1Do you mean programmatically or in the debugger? If debugger, which one? – Thomas Weller Jun 05 '14 at 10:07
-
programmatically during runtime, not via debugger. – user2994682 Jun 05 '14 at 10:17