Class DebuggerHiddenAttribute
Specifies the DebuggerHiddenAttribute. This class cannot be inherited.
Inherited Members
Namespace: System.Diagnostics
Assembly: mscorlib.dll
Syntax
[AttributeUsage(AttributeTargets.Constructor|AttributeTargets.Method|AttributeTargets.Property, Inherited = false)]
public sealed class DebuggerHiddenAttribute : Attribute
Remarks
The common language runtime attaches no semantics to this attribute. It is provided for use by source code debuggers. For example, the Visual Studio 2005 debugger does not stop in a method marked with this attribute and does not allow a breakpoint to be set in the method. Other debugger attributes recognized by the Visual Studio 2005 debugger are the DebuggerNonUserCodeAttribute and the DebuggerStepThroughAttribute.
Constructors
DebuggerHiddenAttribute()
Initializes a new instance of the DebuggerHiddenAttribute class.
Declaration
public DebuggerHiddenAttribute()