Process.GetProcessesByName Method
.NET Framework 3.0
Creates an array of new Process components and associates them with the existing process resources that all share the specified process name.
| Name | Description |
|---|---|
| Process.GetProcessesByName (String) | Creates an array of new Process components and associates them with all the process resources on the local computer that share the specified process name. |
| Process.GetProcessesByName (String, String) | Creates an array of new Process components and associates them with all the process resources on a remote computer that share the specified process name. |