How do I get the name of the current executable in C#?

Posted by cokeman on Stack Overflow See other posts from Stack Overflow or by cokeman
Published on 2009-03-05T21:00:07Z Indexed on 2010/04/13 14:32 UTC
Read the original article Hit count: 366

Filed under:
|

I want to get the name of the currently running program, that is the executable name of the program. In C/C++ you get it from args[0].

© Stack Overflow or respective owner

Related posts about c#

Related posts about command-line