Mono Class Library: System.Type Overview | MembersSystem.Type.GetMethods Overloads |
The overloads of GetMethods are listed below. For a list of all members, see the Type Members list.
GetMethods() : System.Reflection.MethodInfo[] Returns the public methods defined in the type represented by the current instance. abstractGetMethods(System.Reflection.BindingFlags) : System.Reflection.MethodInfo[] Returns an array of System.Reflection.MethodInfo objects that reflect the methods defined in the type represented by the current instance that match the specified binding constraints.