IPlugInExecute Method

This method is used to execute the plug-in during the build process

Definition

Namespace: SandcastleBuilder.Utils.BuildComponent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
void Execute(
	ExecutionContext context
)

Parameters

context  ExecutionContext
The current execution context

See Also