global-method

What's a global method?

What is a global method in .net? I'm talking about the ones created by the ModuleBuilder.DefineGlobalMethod method. Can these methods be called from C# or other .net languages? ...