I didn't see much of anything about deallocing objective-c objects when writing a C# bindings library. Can I assume that when the C# garbage collector frees the C# object, that the underlying objective-c object will get dealloc'ed? And, that it is up to the underlying object-c object to dealloc anything else it is responsible for?
In other words, do I have to worry about destructors and stuff when writing a C# binding library? -- View this message in context: http://monotouch.2284126.n4.nabble.com/btouch-bindings-destructor-question-tp4652051.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
