ReflectionExtensions
public static object CreateInstanceNoWrapExceptions(this Type type, Type[] parameterTypes, object[] parameters)
public static TAttribute GetUniqueCustomAttribute<TAttribute>(this MemberInfo memberInfo, bool inherit) where TAttribute : Attribute
public static bool TryGetDeserializationConstructor(this Type type, bool useDefaultCtorInAnnotatedStructs, out ConstructorInfo deserializationCtor)