D Sandher wrote:
> I want to do something like the following: Say I have an Auctioneer and a
> Bidder class and then in my program I write:
>
> a1=new Auctioneer(blah blah blah);
> b1= new Bidder(blah blah blah);
> b2= new Bidder(blah blah blah);
>
> Is there a way I can get a list of references for the objects? I would
> like to have an array with a1,b1,b2 as references. Is that possible?
A list of all references in the application? No. You'd have to keep
track of specific references as they are created, modified, go out of
scope, etc.
Alternative, the profiling or debugging interfaces to the VM may be able
to provide this information to native code, for debugging purposes.
--
www.designacourse.com
The Easiest Way to Train Anyone... Anywhere.
Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation