Expression.Call Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic memberSupported by Silverlight for Windows Phone Call(Expression, MethodInfo) Creates a MethodCallExpression that represents a call to an instance method that takes no arguments.
Public methodStatic member Call(MethodInfo, IEnumerable<Expression>) Creates a MethodCallExpression that represents a call to a static (Shared in Visual Basic) method.
Public methodStatic member Call(MethodInfo, Expression) Creates a MethodCallExpression that represents a call to a static (Shared in Visual Basic) method that takes one argument.
Public methodStatic memberSupported by Silverlight for Windows Phone Call(MethodInfo, array<Expression[]) Creates a MethodCallExpression that represents a call to a static (Shared in Visual Basic) method that has arguments.
Public methodStatic memberSupported by Silverlight for Windows Phone Call(Expression, MethodInfo, IEnumerable<Expression>) Creates a MethodCallExpression that represents a call to a method that takes arguments.
Public methodStatic memberSupported by Silverlight for Windows Phone Call(Expression, MethodInfo, array<Expression[]) Creates a MethodCallExpression that represents a call to a method that takes arguments.
Public methodStatic member Call(MethodInfo, Expression, Expression) Creates a MethodCallExpression that represents a call to an static method that takes two arguments.
Public methodStatic member Call(Expression, MethodInfo, Expression, Expression) Creates a MethodCallExpression that represents a call to a static method that takes two arguments.
Public methodStatic memberSupported by Silverlight for Windows Phone Call(Expression, String, array<Type[], array<Expression[]) Creates a MethodCallExpression that represents a call to an instance method by calling the appropriate factory method.
Public methodStatic member Call(MethodInfo, Expression, Expression, Expression) Creates a MethodCallExpression that represents a call to a static method that takes three arguments.
Public methodStatic memberSupported by Silverlight for Windows Phone 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.
Public methodStatic member Call(Expression, MethodInfo, Expression, Expression, Expression) Creates a MethodCallExpression that represents a call to a method that takes no arguments.
Public methodStatic member Call(MethodInfo, Expression, Expression, Expression, Expression) Creates a MethodCallExpression that represents a call to a static method that takes four arguments.
Public methodStatic member Call(MethodInfo, Expression, Expression, Expression, Expression, Expression) Creates a MethodCallExpression that represents a call to a static method that takes five arguments.

Top