[Mono-bugs] [Bug 674482] New: System.Reflection.MethodInfo.ReturnType property returns null on each case

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Feb 23 15:45:31 EST 2011


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

https://bugzilla.novell.com/show_bug.cgi?id=674482#c0


           Summary: System.Reflection.MethodInfo.ReturnType property
                    returns null on each case
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.6.x
          Platform: x86
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: CORLIB
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: borgdylan at hotmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US)
AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13

This property uses MethodBase.GetReturnType() which is not implenebted in Mono.
I'm filing this bug as this is a bug in the reflection API required by mya many
compilers.

Reproducible: Always

Steps to Reproduce:
1.try to use the ReturnType property of any non-null MethodInfo object
Actual Results:  
the property return null as if it was designed to do so

Expected Results:  
a System.Type object describing the type of the returned object

-- 
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