Stepper
Deactivate()
IsActive()
SetInterceptMask(CorDebugIntercept)
SetRangeIL(Boolean)
SetUnmappedStopMask(CorDebugUnmappedStop)
Step(Boolean)
StepOut()
StepRange(Boolean, COR_DEBUG_STEP_RANGE[], Int32)
net11
namespace Debugging
{
public class Stepper
{
public void StepRange(bool into, ?[] ranges, int cnt);
}
}
.NET Framework | 1.1 |
---|---|
Information specific to net11 | |
Assembly | Debugging , Version=1.0.5000.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | Your project needs an assembly reference to |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API