ExecutionBehaviors Enum
Definition
- Namespace
- Sandcastle.Core.PlugIn
- Assembly
- Sandcastle.Core.dll
This public enumerated type defines the execution behavior of a build process plug-in
[Flags]
[Serializable]
public enum ExecutionBehaviors
Fields
| 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 |
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,
|