Gets the name of the process.
Equivalent to System.Diagnostics.Process.ProcessName in the full .NET Framework
The name that the system uses to identify the process to the user.The ProcessName property holds an executable file name, such as Outlook, that does not include the .exe extension or the path.
It is helpful for getting and manipulating all the processes that are associated with the same executable file.