Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog
PlQuery_Old_Kill_unused Method (module, goal)
SwiPlCs interfaceSbsSW.SwiPlCsPlQueryPlQuery_Old_Kill_unused(String, String)
this was the old constructor only left here for demonstration how redirection of streams can be used NOTE this one did not word if goal contains unicode chars like ş or ąę
Declaration Syntax
C#Visual BasicVisual C++F#
public void PlQuery_Old_Kill_unused(
	string module,
	string goal
)
Public Sub PlQuery_Old_Kill_unused ( 
	module As String,
	goal As String
)
public:
void PlQuery_Old_Kill_unused(
	String^ module, 
	String^ goal
)
member PlQuery_Old_Kill_unused : 
        module : string * 
        goal : string -> unit 
Parameters
module (String)

[Missing <param name="module"/> documentation for "M:SbsSW.SwiPlCs.PlQuery.PlQuery_Old_Kill_unused(System.String,System.String)"]

goal (String)

[Missing <param name="goal"/> documentation for "M:SbsSW.SwiPlCs.PlQuery.PlQuery_Old_Kill_unused(System.String,System.String)"]

Assembly: SwiPlCs (Module: SwiPlCs.dll) Version: 1.1.60601.0 (1.1.60601.0)