Module.GetMethods Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns the global methods defined on the module.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.Reflection.MethodInfo ()An array that contains the global methods defined on the module; if there are no global methods, an empty array is returned.
Show: