.NET Assembly Plugin Security

后端 未结 6 932
梦谈多话
梦谈多话 2020-12-08 12:17

I have used the following code in a number of applications to load .DLL assemblies that expose plugins.

However, I previously was always concerned with functionality

6条回答
  •  时光取名叫无心
    2020-12-08 12:39

    My own preference is to use Assembly.ReflectionOnlyLoadFrom(...)

    see the following MSDN article for more information:

    How to: Load Assemblies into the Reflection-Only Context

提交回复
热议问题