Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
Expression Class
Call Method

  Switch on low bandwidth view
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
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

  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
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker