[Mono-bugs] [Bug 33892][Min] Changed - Add module support to mcs
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
17 Nov 2002 10:44:51 -0000
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 danmorg@sc.rr.com.
http://bugzilla.ximian.com/show_bug.cgi?id=33892
--- shadow/33892 Sun Nov 17 05:05:05 2002
+++ shadow/33892.tmp.21494 Sun Nov 17 05:44:51 2002
@@ -62,6 +62,18 @@
------- Additional Comments From lupus@ximian.com 2002-11-17 05:05 -------
The Reflection and Reflection.Emit API doesn't support modules, this
was discussed a while ago on the mailing list. You can only create a
multi-module assembly, but not a stand-alone module that you can add
to an assembly built later.
+
+------- Additional Comments From danmorg@sc.rr.com 2002-11-17 05:44 -------
+From miguel:
+"Modules is definitely what you want to do."
+
+"We do not support modules today because Reflection.Emit does not
+allow
+you to generate this code, but it is a TODO entry, we will be adding
+an
+internal call to our runtime to allow this to happen (it is a dynamic
+call, so it will fall back to unsupported on .NET gracefully)."
+