X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Reflection%2FAssemblyTitleAttribute.cs;h=721ad3ba5cba5d1515c38b141f5715f90aa54348;hb=4eb352bcb3ef7a71dc9ab62c5cd2d5e7598619f7;hp=1398e688efc8b1e73bf10e849c836fb75874847b;hpb=13d1764537ce5bbe5a06bf133fb2db1a4b5d2131;p=mono.git diff --git a/mcs/class/corlib/System.Reflection/AssemblyTitleAttribute.cs b/mcs/class/corlib/System.Reflection/AssemblyTitleAttribute.cs index 1398e688efc..721ad3ba5cb 100644 --- a/mcs/class/corlib/System.Reflection/AssemblyTitleAttribute.cs +++ b/mcs/class/corlib/System.Reflection/AssemblyTitleAttribute.cs @@ -29,9 +29,16 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // +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 AssemblyTitleAttribute : Attribute { // Field