This public enumerated type defines the execution behavior of a build process plug-in.

Namespace: SandcastleBuilder.Utils.PlugIn
Assembly: 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 nameValueDescription
Before1Execute before the help file builder's normal processing.
After2Execute after the help file builder's normal processing.
BeforeAndAfter3Execute both before and after the help file builder's normal processing.
InsteadOf4Execute instead of the help file builder's normal processing. If this flag is set, Before and After are ignored.

See Also