[Mono-bugs] [Bug 75366][Maj] Changed - SRE uses Reflected not
Declaring type for token
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jun 30 14:25:34 EDT 2005
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 bmaurer at users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=75366
--- shadow/75366 2005-06-30 05:25:09.000000000 -0400
+++ shadow/75366.tmp.28395 2005-06-30 14:25:33.000000000 -0400
@@ -10,14 +10,14 @@
Component: misc
AssignedTo: lupus at ximian.com
ReportedBy: nazgul at omega.pl
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Cc: lupus at ximian.com,vargaz at gmail.com
-Summary: [PATCH] SRE uses Reflected not Declaring type for token
+Cc: lupus at ximian.com,martin at ximian.com,vargaz at gmail.com
+Summary: SRE uses Reflected not Declaring type for token
Please fill in this template when reporting a bug, unless you know what you
are doing.
Description of Problem:
When you load all members (including derived ones) with
System.Type.GetMembers and then use obtained MemberInfos to emit assembly,
@@ -154,6 +154,14 @@
IL_0019: castclass class list`1/Cons<string>
IL_001e: ldfld !0 class list`1/Cons<string>::hd
before
+
+------- Additional Comments From bmaurer at users.sf.net 2005-06-30 14:25 -------
+Martin, since this has generics in it, am going to need your help. It
+looks like the parent is different from the class in generic classes.
+
+An important question: what is the value of ReflectedType on a generic
+class. It looks like for generic fields, it might be type <> rather
+than type <string>.
More information about the mono-bugs
mailing list