NDoc Class

MSBuild

Runs the NDoc application.


Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Class NDoc
    Inherits ToolTask
C#
public class NDoc : ToolTask
C++
ref class NDoc : ToolTask
J#
public class NDoc extends ToolTask
JScript
public class NDoc extends ToolTask

Example

Generated html help file.

 Copy Code
            <NDoc Documenter="MSDN" 
                ProjectFilePath="MSBuild.Community.Tasks.ndoc" />
            

Inheritance Hierarchy

System.Object
   Microsoft.Build.Utilities.Task
      Microsoft.Build.Utilities.ToolTask
         MSBuild.Community.Tasks.NDoc

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.