SaveAssembly(Assembly: IForeNETAssembly; Writer: IIOStream);
Assembly is a .NET assembly to be saved.
Writer is a stream, to which the .NET assembly is saved.
The SaveAssembly method saves the specified .NET assembly to the stream.
The .NET assembly and all its child objects are saved into the stream on calling this method.
See also: