Name

DebuggerHiddenAttribute

Synopsis

This attribute is used by the Visual Studio debugger. Visual Studio does not allow you to set a breakpoint in a method marked with this attribute, nor does it stop inside such a method.

public sealed class DebuggerHiddenAttribute : Attribute {
// Public Constructors
   public method DebuggerHiddenAttribute();  
}

Hierarchy

System.ObjectSystem.AttributeDebuggerHiddenAttribute

Valid On

Constructor, Method, Property

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.