Module.GetMethods Method (BindingFlags)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns the global methods that are defined on the module and that match the specified binding flags.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- bindingFlags
- Type: System.Reflection.BindingFlags
A bitwise combination of enumeration values that limit the search.
Return Value
Type: System.Reflection.MethodInfo []An array that contains the global methods defined on the module that match the specified binding flags; if no global methods match the binding flags, an empty array is returned.
Show: