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!

MethodBuilder.ToString

Returns this MethodBuilder instance as a String.

[Visual Basic]
Overrides Public Function ToString() As String
[C#]
public override string ToString();
[C++]
public: override String* ToString();
[JScript]
public override function ToString() : String;

Return Value

Returns a String containing the name, attributes, method signature, exceptions, and local signature of this method followed by the current IL Stream.

See Also

MethodBuilder Class | MethodBuilder Members | System.Reflection.Emit Namespace