ExecutionPoint.ExecutionPoint Constructor
Definition
- Namespace
- Sandcastle.Core.PlugIn
- Assembly
- Sandcastle.Core.dll
ExecutionPoint(BuildStep, ExecutionBehaviors)
Constructor
public ExecutionPoint(BuildStep buildStep, ExecutionBehaviors behavior)
Parameters
buildStepBuildStepThe step in which the plug-in should run.
behaviorExecutionBehaviorsThe behavior of the plug-in when it is ran.
Exceptions
- ArgumentException
This 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.
ExecutionPoint(BuildStep, ExecutionBehaviors, int)
This constructor is used to set a specific execution priority.
public ExecutionPoint(BuildStep buildStep, ExecutionBehaviors behavior, int priority)
Parameters
buildStepBuildStepThe step in which the plug-in should run.
behaviorExecutionBehaviorsThe behavior of the plug-in when it is ran.
priorityintThe execution priority for the plug-in.