Opening ILDASM.EXE programatically using C#

  • Thread starter Thread starter Kamy Terminator
  • Start date Start date
K

Kamy Terminator

Hi,

I would like to open ILDASM, programatically.
I could use
System.Diagnostics.Process.Start("....\ILDASM.eXE");

But in that case i'll have to hard code the path...
which i dont want to....

any ideas on how 2 go bout doing this???


thanx in advance,
Kamelsh.
Cognizant Technology Solutions
 
Hi ,

As far as I know Framework 1.1 is always put into

%windir%\Microsoft.Net\Framework\v1.1.4322

This is a valid path and will reflect partition and windows directory.
 
Back
Top