Method EmitCalli
EmitCalli(OpCode, CallingConventions, Type?, Type[]?, Type[]?)
public override void EmitCalli(OpCode opcode, CallingConventions callingConvention, Type? returnType, Type[]? parameterTypes, Type[]? optionalParameterTypes)
Parameters
opcode
OpCodecallingConvention
CallingConventionsreturnType
TypeparameterTypes
Type[]optionalParameterTypes
Type[]
EmitCalli(OpCode, CallingConvention, Type?, Type[]?)
public override void EmitCalli(OpCode opcode, CallingConvention unmanagedCallConv, Type? returnType, Type[]? parameterTypes)
Parameters
opcode
OpCodeunmanagedCallConv
CallingConventionreturnType
TypeparameterTypes
Type[]