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!

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

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

Exceptions

Exception Type Condition
NotSupportedException This property is not supported on this class.

See Also

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