IPlugInInitialize Method

This method is used to initialize the plug-in at the start of the build process

Definition

Namespace: Sandcastle.Core.PlugIn
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
void Initialize(
	IBuildProcess buildProcess,
	XElement configuration
)

Parameters

buildProcess  IBuildProcess
A reference to the current build process
configuration  XElement
The configuration data that the plug-in should use to initialize itself

See Also