[Mono-dev] [PATCH][GMCS] add MakeGenericMethod to MethodInfo

Kamil Skalski kamil.skalski at gmail.com
Fri Sep 2 15:17:12 EDT 2005


And the file goes here...

2005/9/2, Kamil Skalski <kamil.skalski at gmail.com>:
> I attach the more complete and correct patch - MakeGenericMethod is
> added to MethodBase instead of MethodInfo, I made necessary changes to
> gmcs and mbas, also the change to GenericParameterAttributes is
> included.
> 
> One question I would like to ask is if I should also change the
> runtime icalls from BindTypeParameters to MakeGenericType /
> MakeGenericMethod, or should this be left for another patch. If this
> patch is ok in its state, I will commit.
> 
> 2005/8/30, Michal Moskal <michal.moskal at gmail.com>:
> > Hello,
> >
> > The MS Aug CTP release removes BindGenericParameters/Arguments methods
> > from System.Type and MethodInfo. Instead MakeGenericType and
> > MakeGenericMethod should be used. Mono has the first one implemneted.
> > The attached patch implemnets the second one.
> >
> > 2005-08-30  Michal Moskal  <malekith at nemerle.org>
> >
> >         * MethodInfo.cs: Add MakeGenericMethod to match Aug CTP API.
> >
> > --
> >    Michal Moskal,
> >    http://nemerle.org/~malekith/
> >
> >
> > _______________________________________________
> > Mono-devel-list mailing list
> > Mono-devel-list at lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-devel-list
> >
> >
> >
> >
> 
> 
> --
> Kamil Skalski
> http://nazgul.omega.pl
> 


-- 
Kamil Skalski
http://nazgul.omega.pl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mcs.patch
Type: text/x-patch
Size: 11794 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20050902/9fcfac43/attachment.bin 


More information about the Mono-devel-list mailing list