ProcessLauncherOptions.StandardInput Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies where a standard input is coming from.
public:
property IInputStream ^ StandardInput { IInputStream ^ get(); void set(IInputStream ^ value); };
IInputStream StandardInput();
void StandardInput(IInputStream value);
public IInputStream StandardInput { get; set; }
var iInputStream = processLauncherOptions.standardInput;
processLauncherOptions.standardInput = iInputStream;
Public Property StandardInput As IInputStream
Property Value
The input stream for standard input.