The fields of the Console class are listed below. For a complete list of Console class members, see the Console Members topic.
Error | This field is assigned to the standard error stream of the system. It can be redirected via the SetError method. |
In | This field is assigned to the standard input stream of the system. It can be redirected via the SetIn method. |
Out | This field is assigned to the standard output stream of the system. It can be redirected via the SetOut method. |