2007-05-11 Jonathan Chambers <joncham@gmail.com>
[mono.git] / mcs / class / corlib / System.Reflection / AssemblyCopyrightAttribute.cs
index 33616a90473efe1c4577fec77faed70dd83ad648..2380b671c592266b5efe308d1891cbefff411604 100644 (file)
 //
 
 using System;
+using System.Runtime.InteropServices;
 
 namespace System.Reflection
 {
+#if NET_2_0
+       [ComVisible (true)]
+       [AttributeUsage (AttributeTargets.Assembly, Inherited=false)]
+#else
        [AttributeUsage (AttributeTargets.Assembly)]
+#endif
        public sealed class AssemblyCopyrightAttribute : Attribute
        {
                // Field