AssemblyName 类如何用于现有程序集?
这是另一个与考试相关的问题。
如何使用 AssemblyName
类来表示现有的 磁盘上已经存在的程序集?
我是从使用 AppDomain
的实例方法 .Load()
的角度来讨论的,该方法将 AssemblyName
对象作为参数。我知道 MSDN 关于 .Load()
方法的设计目的是怎么说的;但除此之外,我仍然想知道如何使用它。
This is another exam related question.
How can I use the AssemblyName
class to represent an existing
assembly that already exists on disk?
I am talking about from the perspective of using the AppDomain
's instance method .Load()
that takes an AssemblyName
object as a parameter. I know what MSDN has to say about what the .Load()
method was designed for; but that aside, I still want to know how to use it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不确定我是否看到了这个问题。但是,是的,这可行:
Not sure I see the question. But yeah, that can work: