Process.GetProcessesByName Method
.NET Framework 4
Creates an array of new Process components and associates them with the existing process resources that all share the specified process name.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
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. |
|
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. |