Dll Path in C#

  • Thread starter Thread starter Kishore
  • Start date Start date
K

Kishore

Hi,
I'd like to know how you can get the full pathname of your DLL in C#.

For a Windows application:
Application.StartupPath
can be used, but the DLL does not include the System.Windows.Forms
Namespace.

Thanks,
Kishore.
 
Back
Top