process - viewing c# console app arguments -


I have a console app (written in c #) that can be used by an external application (an InstallShield) Has passed the program file). Is there a way to see the value of the arguments given to the console app to log in the value of the arguments without adding the code to the console app or InstallShield exe? (Probably through some kind of process monitoring application)

Any suggestion would be very helpful!

Cheers

Tim

will be excellent and free Highlight the process you want, right-click, select the properties, and the dialog that opens on you will see a " Command Line: " section that lists the arguments given to your executable Is:


(Image Source :)


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -