Process::GetProcessById Method
.NET Framework (current version)
Creates a new Process component, and associates it with the existing process resource that you specify.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetProcessById(Int32) | Returns a new Process component, given the identifier of a process on the local computer. |
![]() ![]() | GetProcessById(Int32, String^) | Returns a new Process component, given a process identifier and the name of a computer on the network. |
Show:

