NDoc 1.3.1 SDK

BaseReflectionDocumenter Methods

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

Public Instance Methods

Build (inherited from BaseDocumenter)See IDocumenter.Build.
CanBuild (inherited from BaseDocumenter)Overloaded. See IDocumenter.CanBuild.
Clear (inherited from BaseDocumenter)See IDocumenter.Clear.
CompareTo (inherited from BaseDocumenter)Compares 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.
View (inherited from BaseDocumenter)See IDocumenter.View.

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.
MakeXml Returns reflected metadata combined with the /doc comments.
MakeXmlFile Writes reflected metadata combined with the /doc comments to the specified file.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.
OnDocBuildingProgress (inherited from BaseDocumenter)Raises the DocBuildingProgress event.
OnDocBuildingStep (inherited from BaseDocumenter)Raises the DocBuildingStep event.

See Also

BaseReflectionDocumenter Class | NDoc.Core.Reflection Namespace