What is this <Module> Type in an assembly

Posted by LightX on Stack Overflow See other posts from Stack Overflow or by LightX
Published on 2010-03-14T04:03:40Z Indexed on 2010/03/14 4:05 UTC
Read the original article Hit count: 241

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about .NET

Related posts about reflection