merge r67228-r67235, r67237, r67251 and r67256-67259 to trunk (they are
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / INVOKEKIND.cs
old mode 100755 (executable)
new mode 100644 (file)
index 0896557..6f5988f
@@ -32,9 +32,12 @@ using System;
 
 namespace System.Runtime.InteropServices
 {
-
-       [Serializable]
+#if NET_2_0
+       [Obsolete]
+#else
        [ComVisible(false)]
+#endif
+       [Serializable]
        public enum INVOKEKIND {
                INVOKE_FUNC = 1,
                INVOKE_PROPERTYGET = 2,