IReflect.GetMethods Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Retrieves an array of MethodInfo objects with all public methods or all methods of the current class.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- bindingAttr
- Type: System.Reflection.BindingFlags
The binding attributes used to control the search.
Return Value
Type: System.Reflection.MethodInfo []An array of MethodInfo objects containing all the methods defined for this reflection object that meet the search constraints specified in bindingAttr.
Show: