ExecutionBehaviors Enumeration
This public enumerated type defines the execution behavior of a build process plug-in
Namespace: SandcastleBuilder.Utils.BuildComponentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.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. |