Method EmitCall
EmitCall(MethodReference)
Emits a Call opcode with a MethodReference operand to the current cursor position.
public ILCursor EmitCall(MethodReference operand)
Parameters
operand
MethodReference- The emitted instruction's operand.
Returns
EmitCall(MethodBase)
Emits a Call opcode with a MethodBase operand to the current cursor position.
public ILCursor EmitCall(MethodBase operand)
Parameters
operand
MethodBase- The emitted instruction's operand. Will be automatically converted to a MethodReference.