When you open the Task Manager in Windows, you see process names.
For any given c# application, how do you set that name?
The application name is the title of the form being displayed.
The process name is the name of the executable.
The process description is controlled via the AssemblyTitle attribute typically found in AssemblyInfo.cs:
[assembly: AssemblyTitle("Your process description here")].
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With