Build Component FactoryBuild Assembler Property
This is used to import the build assembler instance that is passed to the build component when it
is created.
Definition
Namespace: Sandcastle.Core.BuildAssembler.BuildComponent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
This may be null when used in a configuration tool which only needs access to the configuration methods on the factory class.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
protected IBuildAssembler BuildAssembler { get; set; }VB
Protected Property BuildAssembler As IBuildAssembler
Get
SetC++
protected:
property IBuildAssembler^ BuildAssembler {
IBuildAssembler^ get ();
void set (IBuildAssembler^ value);
}F#
member BuildAssembler : IBuildAssembler with get, setProperty Value
IBuildAssemblerThis may be null when used in a configuration tool which only needs access to the configuration methods on the factory class.