a reflection question

  • Thread starter Thread starter That Guy
  • Start date Start date
T

That Guy

Hi.

How to get protected fields of base class using reflection?

Thanks.
 
Yes, protected and private fields. Code access security can restrict a
partially trusted application from using reflection, but if you are
running a local application with full trust, it will be able to
reflect over anything.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top