MethodInvocationExpression class MethodInvocationExpression : IExpression, IExpressionOrStatement, IStatement Documentation Code protected readonly IExpression[] args protected readonly MethodInfo method protected readonly Reference owner public bool VirtualCall { get; set; } public MethodInvocationExpression(MethodInfo method, IExpression[] args) public MethodInvocationExpression(MethodEmitter method, IExpression[] args) public MethodInvocationExpression(Reference owner, MethodEmitter method, IExpression[] args) public MethodInvocationExpression(Reference owner, MethodInfo method, IExpression[] args) public void Emit(ILGenerator gen)