GetStandardStream Method
Returns a TextStream object corresponding to the standard input, output, or error stream.
object
.GetStandardStream(
standardStreamType [, unicode ])
The standardStreamType can have any of the following settings:
|
Constant |
Value |
Description |
|---|---|---|
|
StdIn |
0 |
Returns a TextStream object corresponding to the standard input stream. |
|
StdOut |
1 |
Returns a TextStream object corresponding to the standard output stream. |
|
StdErr |
2 |
Returns a TextStream object corresponding to the standard error stream. |
Applies To:
Community Additions
Show: