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] publicSerializableclass AssemblySlashDoc
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
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.
Namespace: NDoc.Core
Assembly: NDoc.Core (in NDoc.Core.dll)
AssemblySlashDoc Members | NDoc.Core Namespace