August 2003
Intermediate to advanced
928 pages
32h 1m
English
DebuggerHiddenAttribute
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 DebuggerHiddenAttribute( ); }
System.Object
→
System.Attribute
→
DebuggerHiddenAttribute
Constructor, Method, Property