Click or drag to resize
Sandcastle Help File BuilderExecutionPoint Constructor (BuildStep, ExecutionBehaviors, Int32)
This constructor is used to set a specific execution priority.

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

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.
priority
Type: SystemInt32
The execution priority for the plug-in.
See Also