Table of Contents

Method At

Namespace
MonoMod.Cil
Assembly
MonoMod.Utils.dll

At(int)

[Obsolete("Use new ILCursor(il).Goto(index)")]
public ILCursor At(int index)

Parameters

index int

Returns

ILCursor

At(ILLabel)

[Obsolete("Use new ILCursor(il).Goto(index)")]
public ILCursor At(ILLabel label)

Parameters

label ILLabel

Returns

ILCursor

At(Instruction)

[Obsolete("Use new ILCursor(il).Goto(index)")]
public ILCursor At(Instruction instr)

Parameters

instr Instruction

Returns

ILCursor