[Mono-dev] [patch] coreclr: metadata/* (delegates)

Sebastien Pouliot sebastien.pouliot at gmail.com
Wed Mar 25 09:08:00 EDT 2009


Hello,

Here's the patch to add the extra coreclr checks, which affect bindings
and accessibility, when a delegate is created (unit tests in [1]). 

It also cover the case where delegate are internally used (optimization)
to replace some reflection calls (see unit tests for PropertyInfo and
EventInfo suggested by Rodrigo in [2]).

Thanks,
Sebastien

p.s. This is the last patch I have for adding coreclr checks. The next
(and final) one will be about platform code.


[1]
http://anonsvn.mono-project.com/viewvc/trunk/moon/test/2.0/moon-unit/security/DelegateTest.cs?view=markup
[2]
http://anonsvn.mono-project.com/viewvc/trunk/moon/test/2.0/moon-unit/security/ReflectionTest.cs?view=markup

-------------- next part --------------
A non-text attachment was scrubbed...
Name: delegates.20090325.diff
Type: text/x-patch
Size: 4896 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20090325/32b6c72c/attachment.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: corlib.20090325.diff
Type: text/x-patch
Size: 2361 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20090325/32b6c72c/attachment-0001.bin 


More information about the Mono-devel-list mailing list