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

System.AppDomain.CurrentDomain.FriendlyName

Leave a Comment