X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mcs%2Fclass%2Fcorlib%2FSystem.Diagnostics%2FDebuggerHiddenAttribute.cs;h=6b2cfb2dcebe616faff239ea1131edc2932b534d;hb=51927cb4192e9ab4ef42cfad8b8be638c0e615c8;hp=d48366c5fd94b4fb33b73f50474c487a2acc48c0;hpb=fc4b07f20f9e79fe99d4b520bb5ff8b5e80b10f6;p=mono.git diff --git a/mcs/class/corlib/System.Diagnostics/DebuggerHiddenAttribute.cs b/mcs/class/corlib/System.Diagnostics/DebuggerHiddenAttribute.cs index d48366c5fd9..6b2cfb2dceb 100644 --- a/mcs/class/corlib/System.Diagnostics/DebuggerHiddenAttribute.cs +++ b/mcs/class/corlib/System.Diagnostics/DebuggerHiddenAttribute.cs @@ -30,6 +30,7 @@ // using System; +using System.Runtime.InteropServices; namespace System.Diagnostics { @@ -37,6 +38,7 @@ namespace System.Diagnostics AttributeTargets.Method | AttributeTargets.Property, Inherited=false)] [Serializable] + [ComVisible (true)] public sealed class DebuggerHiddenAttribute : Attribute { public DebuggerHiddenAttribute ()