NDoc 1.3.1 SDK

AssemblySlashDoc Class

Represents the path to an assembly and its associated documentation comment XML file.

For a list of all members of this type, see AssemblySlashDoc Members.

System.Object
   NDoc.Core.AssemblySlashDoc

[Visual Basic]
<Serializable>
Public Class AssemblySlashDoc [C#]
[Serializable]
public class AssemblySlashDoc [C++]
[Serializable]
public __gc class AssemblySlashDoc [JScript] public 
   Serializable
class AssemblySlashDoc

Thread Safety

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

Remarks

Documentation comment XML files are known colloquially as "SlashDoc" files as they produced by the Microsoft C# compiler when the /doc command-line option is specified. The format of these files is detailed in the ECMA C# Specification (Appendix E). See here for further details.

Requirements

Namespace: NDoc.Core

Assembly: NDoc.Core (in NDoc.Core.dll)

See Also

AssemblySlashDoc Members | NDoc.Core Namespace