BaseDocumenter Members
From NDoc Core
Public Static Methods
| Loads an assembly. |
Public Instance Properties
| See IDocumenter. | |
| The development status (alpha, beta, stable) of this documenter. Documenters should override this if they aren't stable. | |
| See IDocumenter. | |
| Gets the display name for the documenter. |
Public Instance Methods
| See IDocumenter. | |
| Overloaded. See IDocumenter. | |
| See IDocumenter. | |
| Compares the currrent document to another documenter. | |
| Determines whether the specified Object is equal to the current Object. | |
| Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | |
| Gets the Type of the current instance. | |
| Returns a String that represents the current Object. | |
| See IDocumenter. |
Public Instance Events
Protected Instance Constructors
|
|
Initialized a new BaseDocumenter instance. |
Protected Instance Properties
| Gets the XmlDocument containing the combined relected metadata and /doc comments. | |
| The XML string containing the combined relected metadata and /doc comments. |
Protected Instance Methods
| Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. | |
| Returns the XPathDocument to access the combined relected metadata and /doc comments. | |
| Builds an XmlDocument combining the reflected metadata with the /doc comments. | |
| Creates a shallow copy of the current Object. | |
| Raises the DocBuildingProgress event. | |
| Raises the DocBuildingStep event. | |
| Setup AssemblyResolver for case where system doesn't resolve an assembly automatically. This puts in the directories in ReferencesPath, and the directories to each assembly referenced in the project. |
See Also
BaseDocumenter Class | NDoc.Core Namespace