Rotor objects do not have reference counts; objects are managed via a garbage collector instead. There is a project under way exploring adding reference counts for deterministic finalization (Chris Sells et. al.), but outside of that you won't find any "reference counts" for objects.
I recommend picking up SSCLI Essentials for a solid tour of what's going on inside the runtime. Jason > -----Original Message----- > From: Discussion of the Rotor Shared Source CLI implementation > [mailto:[EMAIL PROTECTED] On Behalf Of George. C. K > Sent: Wednesday, August 20, 2003 11:22 AM > To: [EMAIL PROTECTED] > Subject: [DOTNET-ROTOR] How do I find the referance count of an object in > memory > > Hi All, > > I am totally new to this group. > > Is it possible for us to find the 'reference-count' of an object in > memory, if we have a reference to it? > If so, how? > > > Regards > George > > =================================== > This list is hosted by DevelopMentorR http://www.develop.com > NEW! ASP.NET courses you may be interested in: > > 2 Days of ASP.NET, 29 Sept 2003, in Redmond > http://www.develop.com/courses/2daspdotnet > > Guerrilla ASP.NET, 13 Oct 2003, in Boston > http://www.develop.com/courses/gaspdotnet > > View archives and manage your subscription(s) at > http://discuss.develop.com =================================== This list is hosted by DevelopMentor� http://www.develop.com NEW! ASP.NET courses you may be interested in: 2 Days of ASP.NET, 29 Sept 2003, in Redmond http://www.develop.com/courses/2daspdotnet Guerrilla ASP.NET, 13 Oct 2003, in Boston http://www.develop.com/courses/gaspdotnet View archives and manage your subscription(s) at http://discuss.develop.com
