IBuildAssembler Interface
This interface defines the common Build Assembler tool properties, events, and methods used to generate
help topics.
Namespace: Sandcastle.Core.BuildAssemblerAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public interface IBuildAssembler
Public Interface IBuildAssembler
public interface class IBuildAssembler
type IBuildAssembler = interface end
| BuildComponents |
This read-only property returns the current list of build components
|
| CopyFromIndexComponents |
This read-only property returns the copy from index component factories
|
| Data |
This read-only property returns a dictionary that can be used to store information shared between
build components.
|
| SyntaxGeneratorComponents |
This read-only property returns the syntax generator component factories
|
| TopicTransformation |
This read-only property returns the topic transformation to use for the presentation style
|
| VerbosityLevel |
This read-only property returns the verbosity level for the message handlers
|
| ComponentEvent |
This event is raised when a component wants to signal that something of interest has happened
|