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!

VBCodeGenerator.GenerateMethodInvokeStatement

Generates code for the specified CodeDOM based method invoke statement representation.

[Visual Basic]
Overrides Protected Sub GenerateMethodInvokeStatement( _
   ByVal e As CodeMethodInvokeStatement _
)
[C#]
protected override void GenerateMethodInvokeStatement(
   CodeMethodInvokeStatement e
);
[C++]
protected: override void GenerateMethodInvokeStatement(
   CodeMethodInvokeStatement* e
);
[JScript]
protected override function GenerateMethodInvokeStatement(
   e : CodeMethodInvokeStatement
);

Parameters

e
A CodeMethodInvokeStatement that indicates the statement to generate code for.

See Also

VBCodeGenerator Class | VBCodeGenerator Members | System.CodeDOM.Compiler Namespace | CodeMethodInvokeStatement