NDoc 1.3.1 SDK

AssemblySlashDoc Constructor (String, String)

Initializes a new instance of the AssemblySlashDoc class with the specified Assembly and SlashDoc paths.

[Visual Basic]
Public Sub New( _ 
   ByVal assemblyFilename As String, _ 
   ByVal slashDocFilename As String _ 
)
[C#]
public AssemblySlashDoc(
   string assemblyFilename,
   string slashDocFilename
);
[C++]
public: AssemblySlashDoc(
   String* assemblyFilename,
   String* slashDocFilename
);
[JScript]
public function AssemblySlashDoc(
   String assemblyFilename,
   String slashDocFilename
);

Parameters

assemblyFilename
An assembly filename.
slashDocFilename
A documentation comment XML filename.

See Also

AssemblySlashDoc Class | NDoc.Core Namespace | AssemblySlashDoc Constructor Overload List