ExecutionPoint(BuildStep, ExecutionBehaviors) Constructor

Constructor

Definition

Namespace: SandcastleBuilder.Utils.BuildComponent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public ExecutionPoint(
	BuildStep buildStep,
	ExecutionBehaviors behavior
)

Parameters

buildStep  BuildStep
The step in which the plug-in should run.
behavior  ExecutionBehaviors
The behavior of the plug-in when it is ran.

Exceptions

ArgumentExceptionThis is thrown if an attempt is made to set the Before or After behavior with the InsteadOf behavior. It is also thrown for invalid combinations of build step and behavior, i.e. Initializing with Before or InsteadOf. See the help file for a full list.

See Also