[This is preliminary documentation and is subject to change.]

Saves data to the file.

Namespace:  MulLib
Assembly:  MulLib (in MulLib.dll) Version: 1.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void Save(
	string file
)
Public Sub Save ( _
	file As String _
)
public:
void Save(
	String^ file
)

Parameters

file
String
File path.

Exceptions

ExceptionCondition
System..::.ObjectDisposedExceptionObject has been disposed.

See Also