Table of Contents

Method EmitCalli

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

EmitCalli(OpCode, CallingConventions, Type?, Type[]?, Type[]?)

public override void EmitCalli(OpCode opcode, CallingConventions callingConvention, Type? returnType, Type[]? parameterTypes, Type[]? optionalParameterTypes)

Parameters

opcode OpCode
callingConvention CallingConventions
returnType Type
parameterTypes Type[]
optionalParameterTypes Type[]

EmitCalli(OpCode, CallingConvention, Type?, Type[]?)

public override void EmitCalli(OpCode opcode, CallingConvention unmanagedCallConv, Type? returnType, Type[]? parameterTypes)

Parameters

opcode OpCode
unmanagedCallConv CallingConvention
returnType Type
parameterTypes Type[]