Click or drag to resize
Sandcastle Help File BuilderConvertToMSBuildFormat Methods

The ConvertToMSBuildFormat type exposes the following members.

Methods
  NameDescription
Public methodConvertProject
This is used to perform the actual conversion
Protected methodCreateFolderItems
This can be called after all additional content has been added to create the Folder build items in the project.
Public methodDispose
This implements the Dispose() interface to properly dispose of the Sandcastle project object.
Protected methodDispose(Boolean)
This can be overridden by derived classes to add their own disposal code if necessary.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodStatic memberExpandWildcard
This is used to expand a wildcard into all matching files
Protected methodFinalize
This handles garbage collection to ensure proper disposal of the Sandcastle project if not done explicity with Dispose.
(Overrides ObjectFinalize.)
Protected methodFullPath
This converts a relative path to a full path using the old project's folder.
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.)
Protected methodSetProperty
This is used to set the named property to the specified value using Reflection.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also