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

System.Reflection.Module.GetMethods Method

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.

public MethodInfo[] GetMethods (BindingFlags bindingFlags)

Parameters

bindingFlags
Documentation for this section has not yet been entered.

Returns

An array of System.Reflection.MethodInfo objects that reflect the global methods that have characteristics specified by bindingAttr, and are members of the module reflected by the current instance, if found; otherwise, returns null.

Remarks

Note: A global method is a method with a module-level scope.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0