Return to Snippet

Revision: 17428
at September 4, 2009 11:35 by jimfred


Initial Code
Application.ProductName; // Product name of the 'EXE' (not! necessary the name of the 'EXE' file), as seen in Explorer's property window

Path.GetFileName(Application.ExecutablePath); // Name of the 'EXE' file

System.Reflection.Assembly.GetExecutingAssembly(); // Non-forms-based

Initial URL
http://www.neowin.net/forum/index.php?showtopic=480752

Initial Description


Initial Title
C#, Get application name

Initial Tags


Initial Language
C#