Click or drag to resize

ShfbLatexPlugIn Methods

The ShfbLatexPlugIn type exposes the following members.

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
Protected methodFinalize
This handles garbage collection to ensure proper disposal of the plug-in if not done explicitly with Dispose.
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(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
See Also