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

Returns the MethodToken that represents the token for this method.

[Visual Basic]
Public Function GetToken() As MethodToken
[C#]
public MethodToken GetToken();
[C++]
public: MethodToken GetToken();
[JScript]
public function GetToken() : MethodToken;

Return Value

Returns the MethodToken of this method.

See Also

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