<PackageReference Include="Castle.Windsor" Version="4.1.0" />

NetCoreReflectionExtensions

public static ConstructorInfo GetConstructor(this Type type, BindingFlags bindingAttr, object binder, Type[] types, object[] modifiers)

public static MethodInfo GetMethod(this Type type, string name, BindingFlags bindingAttr, object binder, Type[] types, ParameterModifier[] modifiers)

public static PropertyInfo GetProperty(this Type type, string name, BindingFlags bindingAttr, object binder, Type returnType, Type[] types, ParameterModifier[] modifiers)