MetalamaAPI documentationAspect APIMetalama.​Framework.​Run­TimeReflection­HelperGet­Constructor
Open sandboxFocus

ReflectionHelper.GetConstructor Method

GetConstructor(Type, BindingFlags, String)

Declaration
public static ConstructorInfo GetConstructor(this Type type, BindingFlags bindingFlags, string signature)
Parameters
Type Name Description
System.Type type
System.Reflection.BindingFlags bindingFlags
System.String signature
Returns
Type Description
System.Reflection.ConstructorInfo