Table of Contents

Method EmitCall

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

EmitCall(OpCode, MethodInfo, Type[]?)

public override void EmitCall(OpCode opcode, MethodInfo methodInfo, Type[]? optionalParameterTypes)

Parameters

opcode OpCode
methodInfo MethodInfo
optionalParameterTypes Type[]