Call Method
TOC
Collapse the table of content
Expand the table of content

Expression.Call Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Creates a MethodCallExpression.

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

  NameDescription
Public method Static member Call(Expression, MethodInfo) Creates a MethodCallExpression that represents a call to an instance method that takes no arguments.
Public method Static member Call(MethodInfo, IEnumerable<Expression>) Creates a MethodCallExpression that represents a call to a static (Shared in Visual Basic) method.
Public method Static member Call(MethodInfo, Expression) Creates a MethodCallExpression that represents a call to a static (Shared in Visual Basic) method that takes one argument.
Public method Static member Call(MethodInfo, Expression[]) Creates a MethodCallExpression that represents a call to a static (Shared in Visual Basic) method that has arguments.
Public method Static member Call(Expression, MethodInfo, IEnumerable<Expression>) Creates a MethodCallExpression that represents a call to a method that takes arguments.
Public method Static member Call(Expression, MethodInfo, Expression[]) Creates a MethodCallExpression that represents a call to a method that takes arguments.
Public method Static member Call(MethodInfo, Expression, Expression) Creates a MethodCallExpression that represents a call to an static method that takes two arguments.
Public method Static member Call(Expression, MethodInfo, Expression, Expression) Creates a MethodCallExpression that represents a call to a static method that takes two arguments.
Public method Static member Call(Expression, String, Type[], Expression[]) Creates a MethodCallExpression that represents a call to an instance method by calling the appropriate factory method.
Public method Static member Call(MethodInfo, Expression, Expression, Expression) Creates a MethodCallExpression that represents a call to a static method that takes three arguments.
Public method Static member Call(Type, String, Type[], Expression[]) Creates a MethodCallExpression that represents a call to a static (Shared in Visual Basic) method by calling the appropriate factory method.
Public method Static member Call(Expression, MethodInfo, Expression, Expression, Expression) Creates a MethodCallExpression that represents a call to a method that takes no arguments.
Public method Static member Call(MethodInfo, Expression, Expression, Expression, Expression) Creates a MethodCallExpression that represents a call to a static method that takes four arguments.
Public method Static member Call(MethodInfo, Expression, Expression, Expression, Expression, Expression) Creates a MethodCallExpression that represents a call to a static method that takes five arguments.
Top

Show:
© 2017 Microsoft