ICorDebugStepper.StepRange(Int32, COR_DEBUG_STEP_RANGE[], UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- ranges
- COR_DEBUG_STEP_RANGE[]
- cRangeCount
- UInt32