NDoc 1.3.1 SDK

BaseReflectionDocumenter Members

BaseReflectionDocumenter overview

Public Instance Properties

Config (inherited from BaseDocumenter)See IDocumenter.Config.
DevelopmentStatus (inherited from BaseDocumenter) Specifies the development status (alpha, beta, stable) of a documenter.
MainOutputFile (inherited from BaseDocumenter)See IDocumenter.MainOutputFile.
Name (inherited from BaseDocumenter)Gets the display name of this documenter.

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.

Public Instance Events

DocBuildingProgress (inherited from BaseDocumenter)See IDocumenter.DocBuildingProgress.
DocBuildingStep (inherited from BaseDocumenter)See IDocumenter.DocBuildingStep.

Protected Instance Constructors

BaseReflectionDocumenter Constructor Initializes a new instance of the BaseReflectionDocumenter class.

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