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 )
Declaration Syntax| C# | Visual Basic | Visual C++ |
public enum PlStreamType
Public Enumeration PlStreamType
public enum class PlStreamType
Members| Member | Description |
|---|---|
| Input | 0 - The standard input stream. |
| Output | 1 - The standard input stream. |
| Error | 1 - The standard error stream. |