DekGenius.com
[ Team LiB ] Previous Section Next Section

DebuggerStepThroughAttributeCF 1.0, serializable

System.Diagnostics (mscorlib.dll)sealed class

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

Hierarchy

System.Object System.Attribute DebuggerStepThroughAttribute

Valid On

Class, Struct, Constructor, Method

    [ Team LiB ] Previous Section Next Section