Mono Class Library: System.Reflection.Module Overview | Members

System.Reflection.Module.GetMethods Overloads

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

Public Methods

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.