X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Runtime.InteropServices%2FINVOKEKIND.cs;h=6f5988fb73920467ffd21147cfeece34fa6ec2c9;hb=987f8c63e214937c50dcb308149f7558a2cbba41;hp=e5e59fbdf3e87a50874fdb4d46c73592d30409e4;hpb=53497da09c4928635f4d4c4776c8c7e48c6098c3;p=mono.git diff --git a/mcs/class/corlib/System.Runtime.InteropServices/INVOKEKIND.cs b/mcs/class/corlib/System.Runtime.InteropServices/INVOKEKIND.cs old mode 100755 new mode 100644 index e5e59fbdf3e..6f5988fb739 --- a/mcs/class/corlib/System.Runtime.InteropServices/INVOKEKIND.cs +++ b/mcs/class/corlib/System.Runtime.InteropServices/INVOKEKIND.cs @@ -34,9 +34,10 @@ namespace System.Runtime.InteropServices { #if NET_2_0 [Obsolete] +#else + [ComVisible(false)] #endif [Serializable] - [ComVisible(false)] public enum INVOKEKIND { INVOKE_FUNC = 1, INVOKE_PROPERTYGET = 2,