ExecutionContextBehavior Property
This read-only property returns the execution behavior for the plug-in within the current context
Namespace: SandcastleBuilder.Utils.BuildComponentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public ExecutionBehaviors Behavior { get; }
Public ReadOnly Property Behavior As ExecutionBehaviors
Get
public:
property ExecutionBehaviors Behavior {
ExecutionBehaviors get ();
}
member Behavior : ExecutionBehaviors with get
Property Value
ExecutionBehaviorsBefore 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.