Click or drag to resize
Sandcastle Help File BuilderExecutionPoint Class
This class defines when a plug-in gets executed during the build process
Inheritance Hierarchy
SystemObject
  SandcastleBuilder.Utils.BuildComponentExecutionPoint

Namespace: SandcastleBuilder.Utils.BuildComponent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public class ExecutionPoint

The ExecutionPoint type exposes the following members.

Constructors
  NameDescription
Public methodExecutionPoint(BuildStep, ExecutionBehaviors)
Constructor
Public methodExecutionPoint(BuildStep, ExecutionBehaviors, Int32)
This constructor is used to set a specific execution priority.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyBehavior
This read-only property returns the execution behavior of the plug-in.
Public propertyBuildStep
This read-only property returns the build step in which the plug-in will run.
Public propertyPriority
This read-only property returns the execution priority of the plug-in.
Top
See Also