Table of Contents

Method GetProxiedShim

Namespace
MonoMod.Utils.Cil
Assembly
MonoMod.Utils.dll

GetProxiedShim(ILGenerator)

public static ILGeneratorShim GetProxiedShim(this ILGenerator il)

Parameters

il ILGenerator

Returns

ILGeneratorShim

GetProxiedShim<T>(ILGenerator)

public static T GetProxiedShim<T>(this ILGenerator il) where T : ILGeneratorShim

Parameters

il ILGenerator

Returns

T

Type Parameters

T