Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void StartAndWait(byte[])

Declaration

public void StartAndWait(
    byte[] stdin = null
)

Summary

Starts the command with all the settings as configured. Does not return until the command exits.

Parameters

byte[]stdin Provides a byte stream to be passed to the process’s standard input.