.NET Framework Class Library
Expression..::.Call Method
|
| 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
Reference