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;
Read-only. The internal handle for the method. Use this handle to access the underlying metadata handle.
MethodBuilder Class | MethodBuilder Members | System.Reflection.Emit Namespace