System.Reflection.MethodBase.GetMethodFromHandle C# (CSharp) Method

GetMethodFromHandle() public static method

Gets method information by using the method's internal metadata representation (handle).
is invalid.
public static GetMethodFromHandle ( RuntimeMethodHandle handle ) : MethodBase
handle System.RuntimeMethodHandle The method's handle.
return MethodBase
        public static MethodBase GetMethodFromHandle(RuntimeMethodHandle handle)
        {
            throw new NotImplementedException();
        }

Same methods

MethodBase::GetMethodFromHandle ( RuntimeMethodHandle handle, RuntimeTypeHandle declaringType ) : MethodBase