Method EmitCalli
EmitCalli(OpCode, CallingConventions, Type?, Type[]?, Type[]?)
public override void EmitCalli(OpCode opcode, CallingConventions callingConvention, Type? returnType, Type[]? parameterTypes, Type[]? optionalParameterTypes)
Parameters
opcodeOpCodecallingConventionCallingConventionsreturnTypeTypeparameterTypesType[]optionalParameterTypesType[]
EmitCalli(OpCode, CallingConvention, Type?, Type[]?)
public override void EmitCalli(OpCode opcode, CallingConvention unmanagedCallConv, Type? returnType, Type[]? parameterTypes)
Parameters
opcodeOpCodeunmanagedCallConvCallingConventionreturnTypeTypeparameterTypesType[]