2005-08-30 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / corlib / System.Reflection / IReflect.cs
old mode 100755 (executable)
new mode 100644 (file)
index 04940ee..f762bef
@@ -36,6 +36,9 @@ using System.Runtime.InteropServices;
 
 namespace System.Reflection {
 
+#if NET_2_0
+       [ComVisible (true)]
+#endif
        [Guid("AFBF15E5-C37C-11d2-B88E-00A0C9B471B8")]
        public interface IReflect {