.NET/Link API Version 1.7 USE FRAMES

ConsoleWindow.StreamType Enumeration

Values for which stream to capture.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

[Visual Basic]
Public Enum ConsoleWindow.StreamType
[C#]
public enum ConsoleWindow.StreamType

Members

Member Name Description Value
None 0
Out 1
Error 2

Requirements

Namespace: Wolfram.NETLink.UI

Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll)

See Also

Wolfram.NETLink.UI Namespace