X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Reflection%2FAssemblyDelaySignAttribute.cs;h=cd9f4da0aca0c2ff8b5672135f8fa7cfc9eb2d67;hb=4323fbeaebf249f016dfdd6dc9b3b52a515f87c4;hp=14d99ec1f0a67aae63342770ef0e62b0b52152da;hpb=ff228e1c801bda9666b6edab3ee962e05edcf480;p=mono.git diff --git a/mcs/class/corlib/System.Reflection/AssemblyDelaySignAttribute.cs b/mcs/class/corlib/System.Reflection/AssemblyDelaySignAttribute.cs index 14d99ec1f0a..cd9f4da0aca 100644 --- a/mcs/class/corlib/System.Reflection/AssemblyDelaySignAttribute.cs +++ b/mcs/class/corlib/System.Reflection/AssemblyDelaySignAttribute.cs @@ -29,10 +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 AssemblyDelaySignAttribute : Attribute { // Field