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!

CodeMethodInvokeStatement Class

Represents a method invoke statement to be called on a given target.

Object
   CodeStatement
      CodeMethodInvokeStatement

[Visual Basic]
Public Class CodeMethodInvokeStatement
   Inherits CodeStatement
[C#]
public class CodeMethodInvokeStatement : CodeStatement
[C++]
public __gc class CodeMethodInvokeStatement : public CodeStatement
[JScript]
public class CodeMethodInvokeStatement extends CodeStatement

Remarks

[To be supplied.]

Requirements

Namespace: System.CodeDOM

Assembly: System.dll

See Also

CodeMethodInvokeStatement Members | System.CodeDOM Namespace