[Mono-bugs] [Bug 458942] New: Enum.GetName returns incorrect value

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Dec 13 20:22:58 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=458942


           Summary: Enum.GetName returns incorrect value
           Product: Mono: Class Libraries
           Version: 2.0.x
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: System
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: vslugovsky at yandex.ru
         QAContact: mono-bugs at lists.ximian.com
          Found By: Other


As in the following example:

 Console.WriteLine("NewSlot: " + 
                      Enum.GetName(typeof(System.Reflection.MethodAttributes),
                                  
System.Reflection.MethodAttributes.NewSlot));

 prints out "NewSlot: VtableLayoutMask"


Sorry, I had no time to investigate the cause of this bug any deeper.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list