KDCalc Class Library

IComInterop.ProcessXmlState Method

Processes inputs and then returns specified outputs as specified in an XML document. Returns outputs in as an XML string, which is compatible with save and loading of the engine's state.

Overload List

Processes inputs and then returns specified outputs as specified in an XML document. Returns outputs in as an XML string, which is compatible with save and loading of the engine's state.

string ProcessXmlState(FileInfo);

Processes inputs and then returns specified outputs as specified in an XML document. Returns outputs in as an XML string, which is compatible with save and loading of the engine's state.

string ProcessXmlState(Stream);

Processes inputs and then returns specified outputs as specified in an XML document. Returns outputs in as an XML string, which is compatible with save and loading of the engine's state. See the KDCalc User's Guide for details on the XML specification.

string ProcessXmlState(string);

See Also

IComInterop Interface | KnowledgeDynamics.KDCalc Namespace | LoadState | GetState | SaveState