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

ReflectionHelper.GetMethod Method

GetMethod(Type, String, BindingFlags, String)

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