Execution Behaviors Enumeration
This public enumerated type defines the execution behavior of a build process plug-in
Definition
Namespace: Sandcastle.Core.PlugIn
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
[SerializableAttribute]
[FlagsAttribute]
public enum ExecutionBehaviorsVB
<SerializableAttribute>
<FlagsAttribute>
Public Enumeration ExecutionBehaviorsC++
[SerializableAttribute]
[FlagsAttribute]
public enum class ExecutionBehaviorsF#
[<SerializableAttribute>]
[<FlagsAttribute>]
type ExecutionBehaviorsMembers
| 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. |