System.Reflection.TypeExtensions.GetMethod C# (CSharp) Method

GetMethod() public static method

public static GetMethod ( this type, string name ) : System.Reflection.MethodInfo
type this
name string
return System.Reflection.MethodInfo
        public static System.Reflection.MethodInfo GetMethod(this System.Type type, string name) { throw null; }
        public static System.Reflection.MethodInfo GetMethod(this System.Type type, string name, System.Reflection.BindingFlags bindingAttr) { throw null; }

Same methods

TypeExtensions::GetMethod ( this type, string name, System bindingAttr ) : System.Reflection.MethodInfo