MethodBase.GetMethodFromHandle Method
.NET Framework 4
Gets method information using the specified handle.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |