Specifies the System.Diagnostics.DebuggerHiddenAttribute. This class cannot be inherited.
See Also: DebuggerHiddenAttribute Members
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>].