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.
MethodBase::GetMethodFromHandle Method
.NET Framework (current version)
Gets method information using the specified handle.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetMethodFromHandle(RuntimeMethodHandle) | Gets method information by using the method's internal metadata representation (handle). |
![]() ![]() | GetMethodFromHandle(RuntimeMethodHandle, RuntimeTypeHandle) | Gets a MethodBase object for the constructor or method represented by the specified handle, for the specified generic type. |
Show:

