Table of Contents

ExecutionPoint.ExecutionPoint Constructor

Definition

Namespace
Sandcastle.Core.PlugIn
Assembly
Sandcastle.Core.dll

ExecutionPoint(BuildStep, ExecutionBehaviors)

Constructor

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

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

buildStep BuildStep

The step in which the plug-in should run.

behavior ExecutionBehaviors

The behavior of the plug-in when it is ran.

priority int

The execution priority for the plug-in.