BaseDocumenter Methods

NDoc Core

NDoc Documentation

BaseDocumenter Methods

The methods of the BaseDocumenter class are listed below. For a complete list of BaseDocumenter class members, see the BaseDocumenter Members topic.

Public Static Methods

LoadAssemblyLoads an assembly.

Public Instance Methods

BuildSee IDocumenter.
CanBuildOverloaded. See IDocumenter.
ClearSee IDocumenter.
CompareToCompares the currrent document to another documenter.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.
ViewSee IDocumenter.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
GetXPathDocument Returns the XPathDocument to access the combined relected metadata and /doc comments.
MakeXmlBuilds an XmlDocument combining the reflected metadata with the /doc comments.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
OnDocBuildingProgressRaises the DocBuildingProgress event.
OnDocBuildingStepRaises the DocBuildingStep event.
SetupAssemblyResolver 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