ExecutionContext Constructor
Constructor
Namespace: Sandcastle.Core.PlugInAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public ExecutionContext(
BuildStep buildStep,
ExecutionBehaviors behavior
)
Public Sub New (
buildStep As BuildStep,
behavior As ExecutionBehaviors
)
public:
ExecutionContext(
BuildStep buildStep,
ExecutionBehaviors behavior
)
new :
buildStep : BuildStep *
behavior : ExecutionBehaviors -> ExecutionContext
Parameters
- buildStep BuildStep
- The current build step.
- behavior ExecutionBehaviors
- The behavior of the plug-in for the current context.
| ArgumentException | This is thrown if an attempt is made to specify more than one
behavior type. |