Click or drag to resize
Sandcastle Help File BuilderExecutionPoint Constructor (BuildStep, ExecutionBehaviors)
Constructor

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

Parameters

buildStep
Type: SandcastleBuilder.Utils.BuildEngineBuildStep
The step in which the plug-in should run.
behavior
Type: SandcastleBuilder.Utils.BuildComponentExecutionBehaviors
The behavior of the plug-in when it is ran.
Exceptions
ExceptionCondition
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