This MSDN page mentions global methods in a module.
Module.GetMethods
"returns the global methods defined on the module."
I wasn't aware there were global methods. The only thing I can think of is that this only applies to languages that allow global methods, i.e. C++, but that this doesn't not apply to C#.
What are these "global methods" that this MSDN page is talking about?
Ok I should have continued reading the book ...