process.getprocessesbyname()

Posted by user181421 on Stack Overflow See other posts from Stack Overflow or by user181421
Published on 2010-06-17T07:27:42Z Indexed on 2010/06/17 7:33 UTC
Read the original article Hit count: 246

Filed under:
|

Hello,

I would like to use this function in C#, but I need to get 2 types of processes. Is it possible to do something like this: process.getprocessesbyname("process1", "process2");

How can I get the instances of 2 processes with different names?

TY

© Stack Overflow or respective owner

Related posts about c#

Related posts about process