Click or drag to resize
Sandcastle Help File BuilderExecutionContext Class
This class defines the execution context in which the plug-in is being called during the build process
Inheritance Hierarchy
SystemObject
  SandcastleBuilder.Utils.BuildComponentExecutionContext

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

The ExecutionContext type exposes the following members.

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 for the plug-in in the current context
Public propertyBuildStep
This read-only property returns the current build step
Public propertyExecuted
This property is used to set or get whether or not the plug-in actually executed
Top
See Also