----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: spark Message 4 in Discussion I did some searching and i found this : http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmex/html/vcconManagedClasses.asp this is interesting in that it says : You can use the delete operator with GC types, but only for objects based on a GC type that explicitly defines a destructor. The delete operator calls the destructor but does not cause the object to be destroyed. Only the garbage collection system disposes of GC types. So i neednt actually bother to clean my code ? If i need the destructor to be called deterministically i can use the delete else it doesnt matter... hmmm. ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
