Expression::Call Method
Creates a MethodCallExpression.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Call(Expression^, MethodInfo^) | Creates a MethodCallExpression that represents a call to a method that takes no arguments. |
![]() ![]() | Call(Expression^, MethodInfo^, Expression^, Expression^) | Creates a MethodCallExpression that represents a call to a method that takes two arguments. |
![]() ![]() | Call(Expression^, MethodInfo^, Expression^, Expression^, Expression^) | Creates a MethodCallExpression that represents a call to a method that takes three arguments. |
![]() ![]() | Call(Expression^, MethodInfo^, array<Expression^>^) | Creates a MethodCallExpression that represents a call to a method that takes arguments. |
![]() ![]() | Call(Expression^, MethodInfo^, IEnumerable<Expression^>^) | Creates a MethodCallExpression that represents a call to a method that takes arguments. |
![]() ![]() | Call(Expression^, String^, array<Type^>^, array<Expression^>^) | Creates a MethodCallExpression that represents a call to a method by calling the appropriate factory method. |
![]() ![]() | Call(MethodInfo^, Expression^) | Creates a MethodCallExpression that represents a call to a static (Shared in Visual Basic) method that takes one argument. |
![]() ![]() | Call(MethodInfo^, Expression^, Expression^) | Creates a MethodCallExpression that represents a call to a static method that takes two arguments. |
![]() ![]() | Call(MethodInfo^, Expression^, Expression^, Expression^) | Creates a MethodCallExpression that represents a call to a static method that takes three arguments. |
![]() ![]() | Call(MethodInfo^, Expression^, Expression^, Expression^, Expression^) | Creates a MethodCallExpression that represents a call to a static method that takes four arguments. |
![]() ![]() | Call(MethodInfo^, Expression^, Expression^, Expression^, Expression^, Expression^) | Creates a MethodCallExpression that represents a call to a static method that takes five arguments. |
![]() ![]() | Call(MethodInfo^, array<Expression^>^) | Creates a MethodCallExpression that represents a call to a static (Shared in Visual Basic) method that has arguments. |
![]() ![]() | Call(MethodInfo^, IEnumerable<Expression^>^) | Creates a MethodCallExpression that represents a call to a static (Shared in Visual Basic) method. |
![]() ![]() | Call(Type^, String^, array<Type^>^, array<Expression^>^) | Creates a MethodCallExpression that represents a call to a static (Shared in Visual Basic) method by calling the appropriate factory method. |

