What is this <Module> Type in an assembly
- by LightX
Each time I open an assembly in reflector, I see this special <Module> type that shows up. Recently, I came across an assembly that has a static method defined in this type and I want to invoke it through reflection. Is this possible?
Btw, this method has privatescope hidebysig method attributes