ExecutionPoint Class
Definition
- Namespace
- Sandcastle.Core.PlugIn
- Assembly
- Sandcastle.Core.dll
This class defines when a plug-in gets executed during the build process
public class ExecutionPoint
- Inheritance
-
ExecutionPoint
Constructors
| ExecutionPoint(BuildStep, ExecutionBehaviors) |
Constructor |
| ExecutionPoint(BuildStep, ExecutionBehaviors, int) |
This constructor is used to set a specific execution priority. |
Fields
| DefaultPriority |
This defines the default execution priority for a plug-in |
Properties
| Behavior |
This read-only property returns the execution behavior of the plug-in. |
| BuildStep |
This read-only property returns the build step in which the plug-in will run. |
| Priority |
This read-only property returns the execution priority of the plug-in. |