Method MoveAfterLabels
MoveAfterLabels()
Move the cursor after incoming labels (branches). If an instruction is emitted, all labels which currently point to Next, will point to the newly emitted instruction.
public ILCursor MoveAfterLabels()
Returns
MoveAfterLabels(bool)
Move the cursor after incoming labels (branches). If an instruction is emitted, all labels which currently point to Next, will point to the newly emitted instruction.
public ILCursor MoveAfterLabels(bool intoEHRanges)
Parameters
intoEHRanges
bool- Whether to move the cursor into any try or catch ranges which start at the current position. Defaults to true.