ExecutionPoint(BuildStep, ExecutionBehaviors, Int32) Constructor

This constructor is used to set a specific execution priority.

Definition

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

Parameters

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

See Also