ExecutionContext.Behavior Property
Definition
- Namespace
- Sandcastle.Core.PlugIn
- Assembly
- Sandcastle.Core.dll
This read-only property returns the execution behavior for the plug-in within the current context
public ExecutionBehaviors Behavior { get; }
Property Value
- ExecutionBehaviors
Beforeindicates that it is being called before the normal help file builder processing.Afterindicates that it is being called after the normal help file builder processing.InsteadOfindicates that it is being called instead of the normal help file builder processing.