The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
MethodBuilder::MethodHandle Property
.NET Framework (current version)
Retrieves the internal handle for the method. Use this handle to access the underlying metadata handle.
Assembly: mscorlib (in mscorlib.dll)
public: property RuntimeMethodHandle MethodHandle { virtual RuntimeMethodHandle get() override; }
Property Value
Type: System::RuntimeMethodHandleRead-only. The internal handle for the method. Use this handle to access the underlying metadata handle.
Implements
_MethodBase::MethodHandle| Exception | Condition |
|---|---|
| NotSupportedException | This method is not currently supported. Retrieve the method using GetMethod and call MethodHandle on the returned MethodInfo. |
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Available since 1.1
Silverlight
Available since 2.0
Show: