* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / corlib / System.Reflection / AssemblyDefaultAliasAttribute.cs
index a75c48be12a7b4d3b8372d298a0d20466ad485ea..aa788b46e65a786c0f9d2c281f808deda76c8706 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 AssemblyDefaultAliasAttribute : Attribute
        {
                // Field