Processname
.NET (Core and Framework)
1
Posts
1
Posters
0
Views
1
Watching
-
Hiya all. I'm messing about a little with processes, and I've got a question about the name of a process. I made a service which when ran could be found again using the process name of the assembly (for instance myproject.service) - is this the common method of processnaming in windows services for .NET or is it possible to provide/define the process name itself?