IBuild ProcessInherited Docs Reflection Files Property
This read-only property provides access to the generate inherited documentation tool's reflection
data files during the GenerateInheritedDocumentation build step.
Definition
Namespace: Sandcastle.Core.BuildEngine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
ReflectionFiles InheritedDocsReflectionFiles { get; }VB
ReadOnly Property InheritedDocsReflectionFiles As ReflectionFiles
GetC++
property ReflectionFiles^ InheritedDocsReflectionFiles {
ReflectionFiles^ get ();
}F#
abstract InheritedDocsReflectionFiles : ReflectionFiles with getProperty Value
ReflectionFilesRemarks
This can be used by plug-ins to add additional reflection data files to use for inherited
documentation.