Table of Contents

Method RecalculateILOffsets

Namespace
MonoMod.Utils
Assembly
MonoMod.Utils.dll

RecalculateILOffsets(MethodDefinition)

Calculate updated instruction offsets. Required for certain manual fixes.
public static void RecalculateILOffsets(this MethodDefinition method)

Parameters

method MethodDefinition
The method to recalculate the IL instruction offsets for.