How do I get the name of the current executable in C#?
Validating the user
|
Category: C#
view more software Tips and Tricks
Updated: 02/17/2011 12:02 PM
Author: Shiju Mathews Status: Resolved. |
|
System.Diagnostics.Process.GetCurrentProcess() gets the currently running process. |