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.Signature

Retrieves the signature of the field.

[Visual Basic]
Public ReadOnly Property Signature As String
[C#]
public string Signature {get;}
[C++]
public: __property String* get_Signature();
[JScript]
public function get Signature() : String;

Property Value

Read-only. A String containing the signature of the method reflected by this MethodBase instance.

See Also

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