Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog
PlStreamType Enumeration
SwiPlCs interface ► SbsSW.SwiPlCs.Streams ► PlStreamType
The standard SWI-Prolog streams ( input output error )

C# | Visual Basic | Visual C++ |
public enum PlStreamType
Public Enumeration PlStreamType
public enum class PlStreamType

Member | Description |
---|---|
Input | 0 - The standard input stream. |
Output | 1 - The standard input stream. |
Error | 1 - The standard error stream. |