NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ICodeMethodInvokeExpression Methods

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.

See Also

ICodeMethodInvokeExpression Interface | System.ComponentModel.Design.CodeModel Namespace