ExecutionBehaviors Enumeration
This public enumerated type defines the execution behavior of a build process plug-in
Namespace: Sandcastle.Core.PlugInAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
[SerializableAttribute]
[FlagsAttribute]
public enum ExecutionBehaviors
<SerializableAttribute>
<FlagsAttribute>
Public Enumeration ExecutionBehaviors
[SerializableAttribute]
[FlagsAttribute]
public enum class ExecutionBehaviors
[<SerializableAttribute>]
[<FlagsAttribute>]
type ExecutionBehaviors
| Before | 0x01 | Execute before the help file builder's normal processing. |
| After | 0x02 | Execute after the help file builder's normal processing. |
| BeforeAndAfter | 0x03 | Execute both before and after the help file builder's normal processing. |
| InsteadOf | 0x04 | Execute instead of the help file builder's normal processing. If this flag is set,
Before and After are ignored. |