How to tell whether a class/method is accessible using reflection?

Posted by Qwertie on Stack Overflow See other posts from Stack Overflow or by Qwertie
Published on 2010-06-16T18:00:36Z Indexed on 2010/06/16 18:02 UTC
Read the original article Hit count: 242

I use a Dynamic Assembly to create derived classes at run time. How can I tell, using reflection, whether the base class and individual methods in the base class can be used/called from within the derived class in the dynamic assembly?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about reflection