This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5
Other versions are also available for the following:
.NET Framework Class Library
Expression..::.Call Method

Overload List
|
| Name | Description |
|---|
.gif) .gif) | Call(Expression, MethodInfo) |
Creates a MethodCallExpression that represents a call to a method that takes no arguments.
|
.gif) .gif) | Call(MethodInfo, array<Expression>[]()[]) |
Creates a MethodCallExpression that represents a call to a static (Shared in Visual Basic) method.
|
.gif) .gif) | Call(Expression, MethodInfo, IEnumerable<(Of <(Expression>)>)) |
Creates a MethodCallExpression that represents a call to a method that takes arguments.
|
.gif) .gif) | Call(Expression, MethodInfo, array<Expression>[]()[]) |
Creates a MethodCallExpression that represents a call to a method that takes arguments.
|
.gif) .gif) | Call(Expression, String, array<Type>[]()[], array<Expression>[]()[]) |
Creates a MethodCallExpression that represents a call to an instance method by calling the appropriate factory method.
|
.gif) .gif) | 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.
|
Top

See Also