System.Reflection.MethodInfo public abstract class MethodInfo : MethodBase Documentation public virtual ParameterInfo ReturnParameter { get; } public virtual Type ReturnType { get; } public abstract ICustomAttributeProvider ReturnTypeCustomAttributes { get; } protected MethodInfo() public static bool op_Equality(MethodInfo left, MethodInfo right) public static bool op_Inequality(MethodInfo left, MethodInfo right) public virtual Delegate CreateDelegate(Type delegateType) public virtual Delegate CreateDelegate(Type delegateType, object target) public abstract MethodInfo GetBaseDefinition() public virtual MethodInfo GetGenericMethodDefinition() public virtual MethodInfo MakeGenericMethod(Type[] typeArguments)