IPlugInExecutionPoints Property

This read-only property returns an enumerable list of execution points that define when the plug-in should be invoked during the build process.

Definition

Namespace: SandcastleBuilder.Utils.BuildComponent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
IEnumerable<ExecutionPoint> ExecutionPoints { get; }

Property Value

IEnumerableExecutionPoint

See Also