KDCalc Class Library

KDCalcEngine.LoadState Method

Load the state from an XML doc into the currently instantiated CalcEngine.

Overload List

Load the state from an XML doc into the currently instantiated CalcEngine.

public void LoadState(FileInfo);

Load the state from an XML doc into the currently instantiated CalcEngine.

public void LoadState(Stream);

Load the state from an XML doc into the currently instantiated CalcEngine.

public void LoadState(string);

See Also

KDCalcEngine Class | KnowledgeDynamics.KDCalc Namespace