Writes reflected metadata combined with the /doc comments to the specified file.
[Visual Basic] Protected Sub MakeXmlFile( _ ByVal project As Project, _ ByVal fileName As String _ ) [C#] protected void MakeXmlFile( Project project, string fileName ); [C++] protected: void MakeXmlFile( Project* project, String* fileName ); [JScript] protected function MakeXmlFile( Project project, String fileName );
This is performed in a separate AppDomain.
BaseReflectionDocumenter Class | NDoc.Core.Reflection Namespace