Execution Context Constructor
Constructor
Definition
Namespace: Sandcastle.Core.PlugIn
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public ExecutionContext(
BuildStep buildStep,
ExecutionBehaviors behavior
)VB
Public Sub New (
buildStep As BuildStep,
behavior As ExecutionBehaviors
)C++
public:
ExecutionContext(
BuildStep buildStep,
ExecutionBehaviors behavior
)F#
new :
buildStep : BuildStep *
behavior : ExecutionBehaviors -> ExecutionContextParameters
- buildStep BuildStep
- The current build step.
- behavior ExecutionBehaviors
- The behavior of the plug-in for the current context.
Exceptions
| ArgumentException | This is thrown if an attempt is made to specify more than one behavior type. |