本文介绍了如何在c#中停止引用隐藏的dll的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
嗨
我有一个dll(例如A.dll)引用其他dll(比如B.dll),现在当我在我的应用中使用A.dll时,我的应用程序也可以看到B.dll,我希望B.dll不能到达我的应用程序。
可以任何人说如何制作B.dll仅由A.dll使用应该是我的应用程序无法接触。
谢谢
Santhosh
解决方案
Hi
I have a dll (for example A.dll) which references to an other dll( say B.dll), now when i use A.dll in my app, my application can also see B.dll,i want B.dll to be not reached to my app.
can any one say that how to make B.dll is only used by A.dll and should be out of reach to my app.
Thank you
Santhosh
解决方案
这篇关于如何在c#中停止引用隐藏的dll的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!