IForeNETSerializer.SaveAssembly

Syntax

SaveAssembly(Assembly: IForeNETAssembly; Writer: IIOStream);

Parameters

Assembly is a .NET assembly to be saved.

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

Description

The SaveAssembly method saves the specified .NET assembly to the stream.

Comments

The .NET assembly and all its child objects are saved into the stream on calling this method.

See also:

IForeNETSerializer