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

Retrieves the internal handle for the method. Use this handle to access the underlying metadata handle.

[Visual Basic]
Overridable Public ReadOnly Property MethodHandle As _
   RuntimeMethodHandle
[C#]
public RuntimeMethodHandle MethodHandle {override get;}
[C++]
public: __property virtual RuntimeMethodHandle get_MethodHandle();
[JScript]
public function get MethodHandle() : RuntimeMethodHandle;

Property Value

Read-only. The internal handle for the method. Use this handle to access the underlying metadata handle.

See Also

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