ProcessMonitor.send

Sends a line of input to the monitored process's stdin.

class ProcessMonitor
shared
void
send
(
string message
)

Throws

InvalidStateException when the process is not running.

Meta