Process.GetProcessById Method
.NET Framework 2.0
Creates a new Process component, and associates it with the existing process resource that you specify.
| Name | Description |
|---|---|
| Process.GetProcessById (Int32) | Returns a new Process component, given the identifier of a process on the local computer. Supported by the .NET Compact Framework. |
| Process.GetProcessById (Int32, String) | Returns a new Process component, given a process identifier and the name of a computer on the network. |