2006-08-31 Robert Jordan <robertj@gmx.net>
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / ICustomMarshaler.cs
index e074bbe9a8f4b65f4a8ab035cc966c17bb8f6d6f..02b389bd34c8c7b704ccccf963c4b2ad9e3bea20 100644 (file)
@@ -32,6 +32,9 @@
 
 namespace System.Runtime.InteropServices {
 
+#if NET_2_0
+       [ComVisible (true)]
+#endif
        public interface ICustomMarshaler {
                void CleanUpManagedData (object ManagedObj);
                void CleanUpNativeData (IntPtr pNativeData);