Hi,
I would like to open ILDASM, programatically .
I could use
System.Diagnost ics.Process.Sta rt("....\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
I would like to open ILDASM, programatically .
I could use
System.Diagnost ics.Process.Sta rt("....\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
Comment