Gets or sets the method invoke expression.
[Visual Basic] Public Property MethodInvoke As CodeMethodInvokeExpression [C#] public CodeMethodInvokeExpression MethodInvoke {get; set;} [C++] public: __property CodeMethodInvokeExpression* get_MethodInvoke(); public: __property void set_MethodInvoke(CodeMethodInvokeExpression*); [JScript] public function get MethodInvoke() : CodeMethodInvokeExpression; public function set MethodInvoke(CodeMethodInvokeExpression);
A CodeMethodInvokeExpression that indicates the method to invoke and associated parameters.
CodeMethodInvokeStatement Class | CodeMethodInvokeStatement Members | System.CodeDOM Namespace | CodeMethodInvokeExpression