在 weborb 控制台中隐藏引用的程序集。这可能吗?
在 weborb 控制台中隐藏引用的程序集。这可能吗? (例如 weborb.dll)
Hide the referenced assemblies in the weborb console. Is this possible?
(weborb.dll in example)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
一年前我曾向午夜编码员提出过这个问题,但后来这是不可能的。我真的认为现在还不是。
I have asked this a year ago to the midnight coders and then it wasn't possible. I really think it still isn't.
您可以将引用的程序集部署到 GAC。这有效地向 WebOrb 隐藏了它们,同时允许它们为部署的 .dll 运行。
这确实假设您被允许访问 GAC,但这实际上并不是给定的。
You can deploy your referenced assemblies to the GAC. This effectively hides them from WebOrb, while permitting them to function for the deployed .dlls.
This does assume that you are permitted access to the GAC, which is not really a given.