Jonathan, Thanks for the reply. Yes, I mention GC_EXPLICIT and then don't show it. Stupid me - copied one line too low in the output. Here it is properly:
ResultSetConnection does /not/ subclass Java.Lang.Object. It is a plain C# object. ResultSet, PreparedStatement and Connection are supplied by the bound library and therefore - I presume /do/ subclass Java.Lang.Object. Yes, ResultSetConnection does have a finalizer (I presume you mean destructor): So my understanding (from your explanation) is that I don't (in fact can't/shouldn't) override Java.Lang.Object.Dispose(). So there's definitely more I'm missing! Regards, James -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Object-Reference-not-set-after-GC-EXPLICIT-on-bound-object-tp5711532p5711537.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
