NDoc 1.3.1 SDK

BaseReflectionDocumenter.MakeXmlFile Method 

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
);

Remarks

This is performed in a separate AppDomain.

See Also

BaseReflectionDocumenter Class | NDoc.Core.Reflection Namespace