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.
- bindingFlags
- Documentation for this section has not yet been entered.
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.
Note: A global method is a method with a module-level scope.
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0