ILContextExtensions Class
Definition
Section titled “Definition”Extension methods for MonoMod.Cil.ILContext.
public static class ILContextExtensionsInheritance object
Methods
Section titled “Methods”ToAnalyzedString(ILContext)
Section titled “ToAnalyzedString(ILContext)”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.
public static string ToAnalyzedString(this ILContext context)Parameters
Section titled “Parameters”context MonoMod.Cil.ILContext
Returns
Section titled “Returns”string
A rich string presentation of the method body’s instructions.