<PackageReference Include="NUnit" Version="4.4.0-beta.2.1" />

Reflect

public static class Reflect
public static object Construct(Type type)

public static object Construct(Type type, object[] arguments)

public static MethodInfo GetDefaultIndexer(Type type, Type[] indexerTypes)

public static MemberInfo[] GetMemberIncludingFromBase(this Type type, string name, BindingFlags flags)

public static PropertyInfo GetUltimateShadowingProperty(Type type, string name, BindingFlags bindingFlags)

public static bool HasMethodWithAttribute(Type fixtureType, Type attributeType)

public static ConstraintResult InvokeApplyTo(IConstraint constraint, Type actualType, object actual)

public static ConstraintResult InvokeApplyToEnumerable(IEnumerableConstraint constraint, object actual, Type itemType)

public static object InvokeMethod(MethodInfo method, object fixture)

public static object InvokeMethod(MethodInfo method, object fixture, object[] args)