Click or drag to resize
Sandcastle Help File BuilderConvertFromShfbFile Class
This class is used to convert version 1.7.0.0 and prior SHFB project files to the new MSBuild format project files.
Inheritance Hierarchy

Namespace: SandcastleBuilder.Utils.Conversion
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public sealed class ConvertFromShfbFile : ConvertToMSBuildFormat

The ConvertFromShfbFile type exposes the following members.

Constructors
Methods
  NameDescription
Public methodConvertProject
This is used to perform the actual conversion
(Overrides ConvertToMSBuildFormatConvertProject.)
Public methodDispose
This implements the Dispose() interface to properly dispose of the Sandcastle project object.
(Inherited from ConvertToMSBuildFormat.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(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.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also