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


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

true if registration succeed otherwise false

For an example see DelegateParameter2 and DelegateParameter1.