ILGeneratorExtensions static class ILGeneratorExtensions Documentation Code public static void BoxIfNeeded(this ILGenerator generator, Type type) public static void CallMethod(this ILGenerator generator, MethodInfo methodInfo) public static void PushInstance(this ILGenerator generator, Type type) public static void Return(this ILGenerator generator) public static void UnboxIfNeeded(this ILGenerator generator, Type type)