Writes an NDoc project to a disk file.
[Visual Basic] Public Sub Write( _ ByVal filename As String _ ) [C#] public void Write( string filename ); [C++] public: void Write( String* filename ); [JScript] public function Write( String filename );
A project is written to file in a 2 stage process;
This technique ensures that any fatal error during serialization will not cause a a corrupt or incomplete project file to be written to disk.
Project Class | NDoc.Core Namespace