.net - Private and Shared Assembly -


can strong named assembly (in gac) access private assembly (i.e. 1 not in gac)?

by access mean, may using reflection invoke 1 of method.

i have doubt because guess assembly put in gac strong named because of security reasons. , referring assembly outside gac seems me security breach...am right? please let me know i'm going wrong.

yes, using reflection possible. if not in gac need file path load it.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -