[Mono-devel-list] CAS Patch for InheritanceDemand

Sebastien Pouliot sebastien at ximian.com
Tue Feb 15 09:34:23 EST 2005


Hello,

Here is the patch to implement InheritanceDemand. This allow both case
of inheritance checks:

* class inheritance; and
* method inheritance (overriding a virtual method or implementing an
interface);

Test cases are already in SVN under
/mono/mono/tests/cas/inheritance/

Like LinkDemand, further work will be done on the managed side to allow
InheritanceDemand to work properly when reflection is being used (i.e.
throw ReflectionTypeLoadException).

Thanks!
-- 
Sebastien Pouliot  <sebastien at ximian.com>
blog: http://pages.infinit.net/ctech/poupou.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: inheritance.20050215.diff
Type: text/x-patch
Size: 18641 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20050215/e9136c90/attachment.bin 


More information about the Mono-devel-list mailing list