Closed
Description
The idea is to extend curent Command.Run
API by adding:
public static Command AttachTo(int processId)
which would internally use Process.GetProcessById
.
What do you think?
The idea is to extend curent Command.Run
API by adding:
public static Command AttachTo(int processId)
which would internally use Process.GetProcessById
.
What do you think?