How can the AssemblyName class be used for existing Assemblies?

Posted by IbrarMumtaz on Stack Overflow See other posts from Stack Overflow or by IbrarMumtaz
Published on 2010-05-06T23:45:02Z Indexed on 2010/05/06 23:58 UTC
Read the original article Hit count: 175

Filed under:
|
|
|

This is another exam related question.

I want to know 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 !!!

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET