IForeNETSerializer.SaveModule

Syntax

SaveModule(Module: IForeNETModule; Writer: IIOStream);

Parameters

Module is a .NET unit to be saved into the stream.

Writer is a stream, to which the .NET unit is saved.

Description

The SaveModule method saves the specified .NET unit to the stream.

See also:

IForeNETSerializer