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=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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: -Cc: [EMAIL PROTECTED],[EMAIL PROTECTED] -Summary: [PATCH] SRE uses Reflected not Declaring type for token +Cc: [EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED] +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 [EMAIL PROTECTED] 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>. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
