ExecutionBehaviors Enumeration

This public enumerated type defines the execution behavior of a build process plug-in

Definition

Namespace: SandcastleBuilder.Utils.BuildComponent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
[SerializableAttribute]
[FlagsAttribute]
public enum ExecutionBehaviors

Members

Before0x01Execute before the help file builder's normal processing.
After0x02Execute after the help file builder's normal processing.
BeforeAndAfter0x03Execute both before and after the help file builder's normal processing.
InsteadOf0x04Execute instead of the help file builder's normal processing. If this flag is set, Before and After are ignored.

See Also