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.
ConstructorBuilder::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::RuntimeMethodHandleReturns the internal handle for the method. Use this handle to access the underlying metadata handle.
Implements
_MethodBase::MethodHandle| Exception | Condition |
|---|---|
| NotSupportedException | This property is not supported on this class. |
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Available since 1.1
Silverlight
Available since 2.0
Show: