.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

Python __call__ special method practical example -

arrays - jQuery - Retrieve values from HTML elements and return their sum -