[Mono-bugs] [Bug 467230] MethodInfo.MakeGenericMethod() crashes when a custom type is passed in.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jan 21 19:04:12 EST 2009


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

User vargaz at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=467230#c2


Zoltan Varga <vargaz at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vargaz at gmail.com




--- Comment #2 from Zoltan Varga <vargaz at gmail.com>  2009-01-21 17:04:11 MST ---
The runtime has to have access to one of its internal type objects to make
MakeGenericMethod () work, so I don't know how this can be implemented with
custom types. Maybe we could call GetUnderlyingType () on the custom type and
use the type returned by that, but in that case, the method returned by
MakeGenericMethod () would have no relation to the custom type.

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