.NET Framework Class Library
Expression..::.Call Method

Overload List

  NameDescription
Public methodStatic memberCall(Expression, MethodInfo)Creates a MethodCallExpression that represents a call to a method that takes no arguments.
Public methodStatic memberCall(MethodInfo, array<Expression>[]()[])Creates a MethodCallExpression that represents a call to a static (Shared in Visual Basic) method.
Public methodStatic memberCall(Expression, MethodInfo, IEnumerable<(Of <(Expression>)>))Creates a MethodCallExpression that represents a call to a method that takes arguments.
Public methodStatic memberCall(Expression, MethodInfo, array<Expression>[]()[])Creates a MethodCallExpression that represents a call to a method that takes arguments.
Public methodStatic memberCall(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 memberCall(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.
Top
See Also

Reference

Tags :


Page view tracker