Megosztás a következőn keresztül:


ICorDebugStepper::SetRangeIL Method

Sets a value that specifies whether calls to ICorDebugStepper::StepRange pass argument values that are relative to the native code or relative to Microsoft intermediate language (MSIL) code of the method that is being stepped through.

HRESULT SetRangeIL (
    [in] BOOL    bIL
);

Parameters

  • bIL
    [in] Set to true to specify that the ranges are relative to the MSIL code. Set to false to specify that the ranges are relative to the native code. The default value is true.

Requirements

Platforms: See .NET Framework System Requirements.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0

See Also

Reference

ICorDebugStepper Interface

ICorDebugStepper2 Interface