ExecutionContext Constructor

Constructor

Definition

Namespace: Sandcastle.Core.PlugIn
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public ExecutionContext(
	BuildStep buildStep,
	ExecutionBehaviors behavior
)

Parameters

buildStep  BuildStep
The current build step.
behavior  ExecutionBehaviors
The behavior of the plug-in for the current context.

Exceptions

ArgumentExceptionThis is thrown if an attempt is made to specify more than one behavior type.

See Also