MethodBase::GetMethodFromHandle Method

 

Gets method information using the specified handle.

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetMethodFromHandle(RuntimeMethodHandle)

Gets method information by using the method's internal metadata representation (handle).

System_CAPS_pubmethodSystem_CAPS_staticGetMethodFromHandle(RuntimeMethodHandle, RuntimeTypeHandle)

Gets a MethodBase object for the constructor or method represented by the specified handle, for the specified generic type.

Return to top
Show: