Execution ContextBehavior Property
This read-only property returns the execution behavior for the plug-in within the current context
Definition
Namespace: Sandcastle.Core.PlugIn
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
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.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public ExecutionBehaviors Behavior { get; }VB
Public ReadOnly Property Behavior As ExecutionBehaviors
GetC++
public:
property ExecutionBehaviors Behavior {
ExecutionBehaviors get ();
}F#
member Behavior : ExecutionBehaviors with getProperty 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.