Tagged Questions
14
votes
4answers
7k views
How to load a .NET assembly for reflection operations and subsequently unload it?
I'm writing a tool to report information about .NET applications deployed across environments and regions within my client's systems.
I'd like to read the values of assembly attributes in these ...
0
votes
1answer
207 views
Assembly Attributes with Dynamically Loaded Assembly
I'm using a 3rd party library which requires a static method to be invoked before it is used - it sets the serial key to validate the license for the software. I'm needing to use this library in ...