Table of Contents

Method MoveAfterLabels

Namespace
MonoMod.Cil
Assembly
MonoMod.Utils.dll

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

ILCursor
this

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.

Returns

ILCursor
this