CodeMethodInvokeExpression Constructor (CodeMethodReferenceExpression^, array<CodeExpression^>^)
.NET Framework (current version)
Initializes a new instance of the CodeMethodInvokeExpression class using the specified method and parameters.
Assembly: System (in System.dll)
public: CodeMethodInvokeExpression( CodeMethodReferenceExpression^ method, ... array<CodeExpression^>^ parameters )
Parameters
- method
-
Type:
System.CodeDom::CodeMethodReferenceExpression^
A CodeMethodReferenceExpression that indicates the method to invoke.
- parameters
-
Type:
array<System.CodeDom::CodeExpression^>^
An array of CodeExpression objects that indicate the parameters with which to invoke the method.
.NET Framework
Available since 1.1
Available since 1.1
Show: