Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79626 --- shadow/79626 2006-10-09 15:17:31.000000000 -0400 +++ shadow/79626.tmp.16540 2006-10-09 17:24:18.000000000 -0400 @@ -77,6 +77,14 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-10-09 15:17 ------- IMHO, Assembly.GetModules () shouldn't return the entries in the Files table. But we will need to implement this for compatibility anyway. + +------- Additional Comments From [EMAIL PROTECTED] 2006-10-09 17:24 ------- +I'm no metadata expert, but I think you're mistaken. Take a look at +Assembly.GetModules(bool). The resource modules it mentions are +simply binary files (not PE files) and hence a module is simply a +file which may or may not be a PE file. This strongly implies that +the File table is used and not the ModuleRef table. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
