Selcuk

Selcuk

  • NA
  • 4
  • 0

Collect References at Runtime Dinamically

Dec 17 2007 5:09 AM

Hi,

I want to develop a Client.exe application which collects all references which are in the same folder with Client.exe. References’ name starts my special namespace

forexample :   MyApplication.MySubName.dll

All my references’ name starts with the same name which is MyApplicaton then continue different specific name which is MySubName.

 

In big application there is some developers create their Project dll’s then they must put theirs dlls in common application folder. I want to accomplish this approach. For that I want to develop client.exe which collects all the different references which are starts with the same name in the same folder with client.exe.

 

Is there anyone who can help me?

How can I collect my references and reach their methods?