| 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: 2014.11.22.0
Syntax [SerializableAttribute]
[FlagsAttribute]
public enum ExecutionBehaviors
<SerializableAttribute>
<FlagsAttribute>
Public Enumeration ExecutionBehaviors
[SerializableAttribute]
[FlagsAttribute]
public enum class ExecutionBehaviors
[<SerializableAttribute>]
[<FlagsAttribute>]
type ExecutionBehaviors
Members
| Member name | Value | Description |
---|
| Before | 1 | Execute before the help file builder's normal processing. |
| After | 2 | Execute after the help file builder's normal processing. |
| BeforeAndAfter | 3 | Execute both before and after the help file builder's normal processing. |
| InsteadOf | 4 | Execute instead of the help file builder's normal processing. If this flag is set,
Before and After are ignored. |
See Also