NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Console Fields

The fields of the Console class are listed below. For a complete list of Console class members, see the Console Members topic.

Public:

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.

See Also

Console Class | System Namespace