KDCalc Class Library

IComInterop.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.

void LoadState(FileInfo);

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

void LoadState(Stream);

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

void LoadState(string);

See Also

IComInterop Interface | KnowledgeDynamics.KDCalc Namespace