Table of Contents

Class DebuggerHiddenAttribute

Namespace
System.Diagnostics
Assembly
mscorlib.dll

Specifies the DebuggerHiddenAttribute. This class cannot be inherited.

[AttributeUsage(AttributeTargets.Constructor|AttributeTargets.Method|AttributeTargets.Property, Inherited = false)]
public sealed class DebuggerHiddenAttribute : Attribute
Inheritance
DebuggerHiddenAttribute
Inherited Members
Extension Methods

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.

public DebuggerHiddenAttribute()