Click or drag to resize
Sandcastle Help File BuilderExecutionContextBehavior Property
This read-only property returns the execution behavior for the plug-in in the current context

Namespace: SandcastleBuilder.Utils.BuildComponent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public ExecutionBehaviors Behavior { get; }

Property Value

Type: ExecutionBehaviors
Before indicates that it is being called before the normal help file builder processing. After indicates that it is being called after the normal help file builder processing. InsteadOf indicates that it is being called instead of the normal help file builder processing.
See Also