Hi, On Wed, Jan 6, 2010 at 6:44 PM, Wee Li Yen <[email protected]> wrote: > I would like to ask sth that would be seen as fundamental to most of you. > Why do you need "type.Name != "<Module>""?
According to the ecma-335 standard, each managed module but contains at least one type named <Module>. It's used to contain static methods and fields that are global to the module. Most of the time you don't need to touch it, hence its exclusion. -- Jb Evain <[email protected]>
-- -- mono-cecil
