

Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog
RegisterForeign Method (module, method)
SwiPlCs interface ► SbsSW.SwiPlCs ► PlEngine ► RegisterForeign(String, Delegate)
Register a C# callback method

C# | Visual Basic | Visual C++ | F# |
public static bool RegisterForeign( string module, Delegate method )
Public Shared Function RegisterForeign ( module As String, method As Delegate ) As Boolean
public: static bool RegisterForeign( String^ module, Delegate^ method )
static member RegisterForeign : module : string * method : Delegate -> bool

- module (String)
- the name of a prolog module Using Modules
- method (Delegate)
- a delegate to a c# method SbsSW.SwiPlCs.Callback

Boolean
true if registration succeed otherwise false
true if registration succeed otherwise false

For an example see DelegateParameter2 and DelegateParameter1.
Assembly: SwiPlCs (Module: SwiPlCs.dll) Version: 1.1.60605.0 (1.1.60605.0)