Click or drag to resize
Sandcastle Help File BuilderVersionBuilderPlugIn Class
This plug-in class is designed to generate version information for assemblies in the current project and others related to the same product that can be merged into the current project's help file topics.
Inheritance Hierarchy
SystemObject
  SandcastleBuilder.PlugInsVersionBuilderPlugIn

Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2014.11.22.0
Syntax
public sealed class VersionBuilderPlugIn : IPlugIn, 
	IDisposable

The VersionBuilderPlugIn type exposes the following members.

Constructors
  NameDescription
Public methodVersionBuilderPlugIn
Initializes a new instance of the VersionBuilderPlugIn class
Top
Methods
  NameDescription
Public methodConfigurePlugIn
This method is used by the Sandcastle Help File Builder to let the plug-in perform its own configuration.
Public methodDispose
This implements the Dispose() interface to properly dispose of the plug-in object
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExecute
This method is used to execute the plug-in during the build process
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.)
Public methodInitialize
This method is used to initialize the plug-in at the start of the build process
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyExecutionPoints
This read-only property returns a collection of execution points that define when the plug-in should be invoked during the build process.
Top
See Also