ICorDebugStepper.StepRange(Int32, COR_DEBUG_STEP_RANGE[], UInt32) Method

Definition

public:
 void StepRange(int bStepIn, cli::array <Microsoft::VisualStudio::CorDebugInterop::COR_DEBUG_STEP_RANGE> ^ ranges, System::UInt32 cRangeCount);
public:
 void StepRange(int bStepIn, Platform::Array <Microsoft::VisualStudio::CorDebugInterop::COR_DEBUG_STEP_RANGE> ^ ranges, unsigned int cRangeCount);
void StepRange(int bStepIn, std::Array <Microsoft::VisualStudio::CorDebugInterop::COR_DEBUG_STEP_RANGE> const & ranges, unsigned int cRangeCount);
public void StepRange (int bStepIn, Microsoft.VisualStudio.CorDebugInterop.COR_DEBUG_STEP_RANGE[] ranges, uint cRangeCount);
abstract member StepRange : int * Microsoft.VisualStudio.CorDebugInterop.COR_DEBUG_STEP_RANGE[] * uint32 -> unit
Public Sub StepRange (bStepIn As Integer, ranges As COR_DEBUG_STEP_RANGE(), cRangeCount As UInteger)

Parameters

bStepIn
Int32
cRangeCount
UInt32

Applies to