Opening ILDASM.EXE programatically using C#

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Kamy Terminator

    #1

    Opening ILDASM.EXE programatically using C#

    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
  • Morten Wennevik

    #2
    Re: Opening ILDASM.EXE programatically using C#

    Hi ,

    As far as I know Framework 1.1 is always put into

    %windir%\Micros oft.Net\Framewo rk\v1.1.4322

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

    --
    Happy coding!
    Morten Wennevik [C# MVP]

    Comment

    Working...