System.Diagnostics.DebuggerHiddenAttribute Class

Specifies the System.Diagnostics.DebuggerHiddenAttribute. This class cannot be inherited.

See Also: DebuggerHiddenAttribute Members

Syntax

[System.AttributeUsage(System.AttributeTargets.Constructor | System.AttributeTargets.Method | System.AttributeTargets.Property | System.AttributeTargets.All, Inherited=false)]
[System.Runtime.InteropServices.ComVisible(true)]
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 vsprvslong 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 vsprvslong debugger are the System.Diagnostics.DebuggerNonUserCodeAttribute and the System.Diagnostics.DebuggerStepThroughAttribute.

For more information about using attributes, see [<topic://cpconExtendingMetadataUsingAttributes>].

Requirements

Namespace: System.Diagnostics
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0