Returns all the methods that have been defined at the module level for the current System.Reflection.Emit.ModuleBuilder, and that match the specified binding flags.
An array that contains all the module-level methods that match bindingFlags.
Module-level methods are defined in emitted code by using the erload:System.Reflection.Emit.ModuleBuilder.DefineGlobalMethod method.
Module-level methods cannot be retrieved until after the ModuleBuilder.CreateGlobalFunctions method has been called for the module.