By .NET with C#, I know all the processes those are running on my OS. But how to know if they are using any of the Network Interfaces?
I also have the list of Network Interfaces that my machine has, by C#.
Any idea?
By .NET with C#, I know all the processes those are running on my
Share
You can use this CodeSnippet:
http://www.timvw.b
Thats the Method you need:
There you will get all PID, which you can parse to ProcessNames.