Mono Class Library: System.Type Overview | Members

System.Type.GetMethods Overloads

The overloads of GetMethods are listed below. For a list of all members, see the Type Members list.

Public Methods

GetMethods() : System.Reflection.MethodInfo[]
Returns the public methods defined in the type represented by the current instance.
abstract
GetMethods(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.