Click to See Complete Forum and Search --> : How can I use the libraries on runtime?


Vu Truong
May 28th, 2002, 03:02 AM
Hi all,

Can I load and use the libraries (.dll type) written by C# on runtime? That means I have an application that I don't need to add the references (.dll files) at compile-time. Whenever the application is executed, it will load and use all of libraries (.dll files) in current folder. Certaintly, I can already build this application without compile-error. I consider that this issue maybe concern with the reflection technology. But I haven't found out the way to apply this technology yet.

Thank you very much to spend time in helping me.

Vu.