StartProcess Method

Starts the process.

Syntax

public void StartProcess();
Public Sub StartProcess()

Remarks

This method starts the process specified by StartProcess. After starting the process data may be sent to the process by calling Send, SendLine, Send or setting Stdin.

Data received from the process will be available from the Stdout and Stderr events.

The following properties are applicable when calling this method:

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks IPC 2020 .NET Edition - Version 20.0 [Build 8155]