C
cmrchs
Hi,
how do you set a handle to 0, so that the object will be garbage collected ?
Car^ car2 = gcnew Car();
car2 = null; // NOPE
car2 = 0; // NOPE
thanks
Christian
**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
how do you set a handle to 0, so that the object will be garbage collected ?
Car^ car2 = gcnew Car();
car2 = null; // NOPE
car2 = 0; // NOPE
thanks
Christian
**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...