Table of Contents

Enum MoveType

Namespace
MonoMod.Cil
Assembly
MonoMod.Utils.dll
Specifies where a ILCursor should be positioned in relation to the target of a search function
public enum MoveType
Extension Methods

Fields

Before = 0
Move the cursor before the first instruction in the match
AfterLabel = 1
Equivalent to Before with `cursor.MoveAfterLabels()` causing emitted instructions to become the target of incoming labels
After = 2
Move the cursor after the last instruction in the match