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;
Returns the internal handle for the method. Use this handle to access the underlying metadata handle.
Exception Type | Condition |
---|---|
NotSupportedException | This property is not supported on this class. |
ConstructorBuilder Class | ConstructorBuilder Members | System.Reflection.Emit Namespace