NDoc 1.3.1 SDK

BaseReflectionDocumenter Class

The base class for documenters which use the ReflectionEngine to extract documentation from .Net assemblies.

For a list of all members of this type, see BaseReflectionDocumenter Members.

System.Object
   NDoc.Core.BaseDocumenter
      NDoc.Core.Reflection.BaseReflectionDocumenter

[Visual Basic]
MustInherit Public Class BaseReflectionDocumenter
    Inherits BaseDocumenter
[C#]
public abstract class BaseReflectionDocumenter : BaseDocumenter
[C++]
public __gc __abstract class BaseReflectionDocumenter : public BaseDocumenter
[JScript]
public  class BaseReflectionDocumenter extends BaseDocumenter

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: NDoc.Core.Reflection

Assembly: NDoc.Core (in NDoc.Core.dll)

See Also

BaseReflectionDocumenter Members | NDoc.Core.Reflection Namespace