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=77049 --- shadow/77049 2005-12-20 17:25:41.000000000 -0500 +++ shadow/77049.tmp.15901 2005-12-20 17:25:41.000000000 -0500 @@ -0,0 +1,27 @@ +Bug#: 77049 +Product: Mono: Class Libraries +Version: unspecified +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: Mono.Cecil +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Cecil doesn't use the same naming as System.Reflection for inner types. + +I've an anonymous delegate, which I use, and I get the following names: + +definition.FullName //Cecil object +"Rhino.Query.Tests.RhinoQueryTests/<>c__DisplayClass1" +type.FullName // Reflection object +"Rhino.Query.Tests.RhinoQueryTests+<>c__DisplayClass1" + + +It should be the same name, I think. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
