Click or drag to resize
Grid Solutions Framework

ProcessLauncherInput Method

Sends specified value as input to launched process, new line will be automatically appended to text.

Namespace: FileAdapters
Assembly: FileAdapters (in FileAdapters.dll) Version: 2.4.182-beta
Syntax
[AdapterCommandAttribute("Sends specified value as input to launched process, new line will be automatically appended to text.")]
public void Input(
	string value
)
View Source

Parameters

value  String
Input string to send to launched process.
Remarks
This only sends input to the parent process.
See Also