[Mono-list] Re: Small patch for Delegate.cs

Adam Treat manyoso@yahoo.com
Tue, 3 Sep 2002 11:23:59 -0400


Hello Ricardo,

I have patched Delegate.cs with an old patch which was in the queue that 
overhauls the code somewhat.  I believe this takes care of your problem plus 
a few others.  Please review the update to determine if this satisfies your 
bug.

Cheers,

Adam

On Tuesday 03 September 2002 10:11 am, Ricardo Fernández Pascual wrote:
> Sorry for replying to myself, but this new patch (which obsoletes the
> previous one) fixes the same problem in all the overloaded versions of
> Delegate.CreateDelegate.
>
> El mar, 03-09-2002 a las 15:52, Ricardo Fernández Pascual escribió:
> > Hi,
> >     The following patch fixes a crash in mono when invoking
> > Delegate.Createdelegate(Type,object,string) with a wrong method name
> > string. Also, I think this is what the docs say that should be done.
> >
> > The doc that I used is:
> > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/ht
> >ml/frlrfsystemdelegateclasscreatedelegatetopic2.asp
> >
> > Greetings,
> > Ricardo