How can I restrict reflection for certain assemblies?

Posted by viky on Stack Overflow See other posts from Stack Overflow or by viky
Published on 2010-04-09T18:07:29Z Indexed on 2010/04/09 18:13 UTC
Read the original article Hit count: 341

Filed under:
|
|
|

In my .net application I want to restrict reflection to certain assemblies. I mean I want that my a particular assembly can be reflected by only some predefined assemblies not by any other than that. How can i do that?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET