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

GetMethodFromHandle() public static method

Gets a T:System.Reflection.MethodBase object for the constructor or method represented by the specified handle, for the specified generic type.
is invalid.
public static GetMethodFromHandle ( RuntimeMethodHandle handle, RuntimeTypeHandle declaringType ) : MethodBase
handle System.RuntimeMethodHandle A handle to the internal metadata representation of a constructor or method.
declaringType System.RuntimeTypeHandle A handle to the generic type that defines the constructor or method.
return MethodBase
        public static MethodBase GetMethodFromHandle(RuntimeMethodHandle handle, RuntimeTypeHandle declaringType)
        {
            throw new NotImplementedException();
        }
    }

Same methods

MethodBase::GetMethodFromHandle ( RuntimeMethodHandle handle ) : MethodBase