DebuggerHiddenAttribute

DebuggerHiddenAttribute serializable

System.Diagnostics (mscorlib.dll) sealed class

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  ( ); } 

Hierarchy

System.Object System.Attribute DebuggerHiddenAttribute

Valid On

Constructor, Method, Property



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net