TypeExtensions static class TypeExtensions Documentation public static IEnumerable<Type> AllInterfaces(this Type target) public static IEnumerable<MethodInfo> AllMethods(this Type target) public static MethodInfo GetGenericMethod(this Type type, string name, Type[] parameterTypes) public static bool HasParameters(this MethodInfo method, Type[] parameterTypes)