Table of Contents

Method EmitLoadReference

Namespace
MonoMod.Utils
Assembly
MonoMod.Utils.dll

EmitLoadReference(ILProcessor, DynamicReferenceCell)

public static void EmitLoadReference(this ILProcessor il, DynamicReferenceCell cellRef)

Parameters

il ILProcessor
cellRef DynamicReferenceCell

EmitLoadReference(ILCursor, DynamicReferenceCell)

public static void EmitLoadReference(this ILCursor il, DynamicReferenceCell cellRef)

Parameters

il ILCursor
cellRef DynamicReferenceCell

EmitLoadReference(ILGenerator, DynamicReferenceCell)

public static void EmitLoadReference(this ILGenerator il, DynamicReferenceCell cellRef)

Parameters

il ILGenerator
cellRef DynamicReferenceCell