This public enumerated type defines the execution behavior of a build
process plug-in.
Namespace: SandcastleBuilder.Utils.PlugInAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.3.0
Syntax
| C# |
|---|
[SerializableAttribute] [FlagsAttribute] public enum ExecutionBehaviors |
| Visual Basic |
|---|
<SerializableAttribute> _ <FlagsAttribute> _ Public Enumeration 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. |