The overloads of GetMethods are listed below. For a list of all members, see the Module Members list.
GetMethods() : MethodInfo[] Returns an array whose elements reflect the global public methods that are members of the module reflected by the current instance.GetMethods(BindingFlags) : MethodInfo[] Returns an array whose elements reflect the global methods that have the specified binding attributes, and are members of the module reflected by the current instance.