The methods of the ICodeMethodInvokeExpression interface are listed below. For a complete list of ICodeMethodInvokeExpression interface members, see the ICodeMethodInvokeExpression Members topic.
GetMethodName | Gets the name of the method to invoke. |
GetParameters | Gets the collection of parameters that will be used to invoke the method. |
GetTarget | Gets the target of the method invoke. |
SetMethodName | Sets the name of the method to invoke. |
SetTarget | Sets the target of the method invoke. |
ICodeMethodInvokeExpression Interface | System.ComponentModel.Design.CodeModel Namespace