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

GetMethods() public static method

public static GetMethods ( this type ) : System.Reflection.MethodInfo[]
type this
return System.Reflection.MethodInfo[]
        public static System.Reflection.MethodInfo[] GetMethods(this System.Type type) { throw null; }
        public static System.Reflection.MethodInfo[] GetMethods(this System.Type type, System.Reflection.BindingFlags bindingAttr) { throw null; }

Same methods

TypeExtensions::GetMethods ( this type, System bindingAttr ) : System.Reflection.MethodInfo[]