Skip to content

ILManipulationInfo.Manipulator Delegate

An IL manipulator method accepting a ILManipulationInfo.

C#
public delegate void ILManipulationInfo.Manipulator(ILManipulationInfo info)

info ILManipulationInfo
A manipulation info containing the MonoMod.Cil.ILContext intended for manipulation and an untouched MonoMod.Cil.ILContext useful for observing the untouched state, including the original method as a MethodBase. See ILManipulationInfo for more.