ProcessLauncherOptions.StandardOutput 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 output is directed to.
public:
property IOutputStream ^ StandardOutput { IOutputStream ^ get(); void set(IOutputStream ^ value); };
IOutputStream StandardOutput();
void StandardOutput(IOutputStream value);
public IOutputStream StandardOutput { get; set; }
var iOutputStream = processLauncherOptions.standardOutput;
processLauncherOptions.standardOutput = iOutputStream;
Public Property StandardOutput As IOutputStream
Property Value
The stream to which standard output is directed.