Once you compile the code into a class library you wont be able to read the code from it.
As you said you can add that dll into your application and you can consume it.
If you want to see the code, then you need to use tools like reflector to achieve the same.
If you are looking for dynamically loading the dll you are use reflection. But as far as what you have done i dont think reflection is required. You can add the reference and use the dll.
Hope this is what you are looking for.
Thanks,
A.m.a.L
.Net Goodies
|
|
Remember to click "mark as answered" when you get a correct reply to your question
|