August 2003
Intermediate to advanced
928 pages
32h 1m
English
DebuggerStepThroughAttribute
This attribute is used by the Visual Studio debugger. Visual Studio does not stop in a method marked with this attribute, but it does allow you to set a breakpoint in such a method.
public sealed class DebuggerStepThroughAttribute : Attribute { // Public Constructors public DebuggerStepThroughAttribute( ); }
System.Object
→
System.Attribute
→
DebuggerStepThroughAttribute
Class, Struct, Constructor, Method