We have a Hello.py which is being executed. The process that executes python script is python.exe.
We are looking for a way to find the information (location) of the script being executed (path of Hello.py) and eventually to find the process information.
Example: Hello.py is being executed by python.exe
How do we get the the Hello.py process information from process table in C#.