L
Leo Pedeglorio
Hi Everyone!
How can I get the source path of referenced assembly?
Source path - it is where the reference assembly or dll will be searched
when the solution is being rebuild.
You can see it when you right click a referenced assembly under a project
and select properties from the
context menu. From the properties window, there you will see the source
path.
But I want to get it inside my code. But how?
Thanks a lot!
How can I get the source path of referenced assembly?
Source path - it is where the reference assembly or dll will be searched
when the solution is being rebuild.
You can see it when you right click a referenced assembly under a project
and select properties from the
context menu. From the properties window, there you will see the source
path.
But I want to get it inside my code. But how?
Thanks a lot!