I am using MAF to load up addins for my application and leveraging the Token.Activate overload that loads the addin into its own process. This loads one AddInProcess.exe
for each addin in my system. Is there anything I can do to have Task Manager reflect that this process is coming from my application and the addin to which corresponds?
I do have the PID in my hand, so I was trying to determine if there is a Win32 API that I could call that could update the process name, but everything I have read seems to indicate there is no way to update a process name. Have I missed something?
Note: I do maintain a list of addins loaded in my application, so I can surface all of this in my application, but it would be nice to have Task Manager show a little more information.