Skip to content

ILContextExtensions Class

Extension methods for MonoMod.Cil.ILContext.

C#
public static class ILContextExtensions

Inheritance object

Returns a string presentation of the method body’s instructions with with recalculated offsets and a visualized stack size, try catch ranges, incoming branch annotations, and analyzed error annotations.

C#
public static string ToAnalyzedString(this ILContext context)

context MonoMod.Cil.ILContext

string
A rich string presentation of the method body’s instructions.