Table of Contents

Method Invoke

Namespace
MonoMod.Cil
Assembly
MonoMod.Utils.dll

Invoke(Manipulator)

Invoke a given manipulator callback.
public void Invoke(ILContext.Manipulator manip)

Parameters

manip ILContext.Manipulator
The manipulator to run in this context.