System.Reflection.MethodBase.GetMethodFromHandle C# (CSharp) Метод

GetMethodFromHandle() публичный статический Метод

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.
Результат MethodBase
        public static MethodBase GetMethodFromHandle(RuntimeMethodHandle handle)
        {
            throw new NotImplementedException();
        }

Same methods

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