Process::GetProcessesByName Method
.NET Framework (current version)
Creates an array of new Process components and associates them with the existing process resources that all share the specified process name.
Assembly: System (in System.dll)
| 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. |
Show:

