NDoc 1.3.1 SDK

IDocumenter.View Method 

Spawns a new process to view the generated documentation.

[Visual Basic]
Sub View()
[C#]
void View();
[C++]
void View();
[JScript]
function View();

Exceptions

Exception TypeCondition
FileNotFoundException Thrown if the main output file does not exist.

See Also

IDocumenter Interface | NDoc.Core Namespace