Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog
DelegateStreamWriteFunction Delegate
SwiPlCs interface ► SbsSW.SwiPlCs.Streams ► DelegateStreamWriteFunction
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public delegate long DelegateStreamWriteFunction( IntPtr handle, string buffer, long bufferSize )
Public Delegate Function DelegateStreamWriteFunction ( handle As IntPtr, buffer As String, bufferSize As Long ) As Long
public delegate long long DelegateStreamWriteFunction( IntPtr handle, String^ buffer, long long bufferSize )
type DelegateStreamWriteFunction = delegate of handle : IntPtr * buffer : string * bufferSize : int64 -> int64
Assembly: SwiPlCs (Module: SwiPlCs.dll) Version: 1.1.60605.0 (1.1.60605.0)