> It's in the documentation. See the remarks and notes for classes > System.Diagnostics.ConditionalAttribute, > System.Diagnostics.DefaultTraceListener, System.Diagnostics.Debug and > System.Diagnostics.Trace.
Thanks a lot for the information. So it seems that i only have to disable calls to Debug and Trace. Disabling property access is a bit harder. I think I can disable "setters", but "getters" might be a lot harder. I still need to think about this a bit more. By default they are both off in MCS. I will commit the code to CVS in a moment. Miguel _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
