Table of Contents

Method EmitLoadTypedReference

Namespace
MonoMod.Utils
Assembly
MonoMod.Utils.dll

EmitLoadTypedReference(ILProcessor, DynamicReferenceCell, Type)

public static void EmitLoadTypedReference(this ILProcessor il, DynamicReferenceCell cellRef, Type type)

Parameters

il ILProcessor
cellRef DynamicReferenceCell
type Type

EmitLoadTypedReference(ILCursor, DynamicReferenceCell, Type)

public static void EmitLoadTypedReference(this ILCursor il, DynamicReferenceCell cellRef, Type type)

Parameters

il ILCursor
cellRef DynamicReferenceCell
type Type

EmitLoadTypedReference(ILGenerator, DynamicReferenceCell, Type)

public static void EmitLoadTypedReference(this ILGenerator il, DynamicReferenceCell cellRef, Type type)

Parameters

il ILGenerator
cellRef DynamicReferenceCell
type Type