Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Dec 21, 2005 09:39 AM by mrp123
Participant
940 Points
196 Posts
Dec 21, 2005 09:39 AM|LINK
mrp123
Participant
940 Points
196 Posts
reference counting using reflection
Dec 21, 2005 09:39 AM|LINK
PQR b = a.ABC("t1");
XYZ c = b.PQR("t2");
MNO d = c.XYZ("t3")
a.dispose(); //Should not Allowed
ds=d.getDetails("some thing");
can we use reflection over here to dispose the "a" object,If "a" is not referred by any one.
vPras©