Process.GetProcessById Method
.NET Framework 4.5
Creates a new Process component, and associates it with the existing process resource that you specify.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |