Click or drag to resize
Sandcastle Help File BuilderHelpLibraryManager Class
This class is used to interact with the Help Library Manager to install and uninstall Microsoft Help Viewer files.
Inheritance Hierarchy
SystemObject
  SandcastleBuilder.MicrosoftHelpViewerHelpLibraryManager

Namespace: SandcastleBuilder.MicrosoftHelpViewer
Assemblies:  HelpLibraryManagerLauncher (in HelpLibraryManagerLauncher.exe) Version: 2014.11.22.0
  SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public class HelpLibraryManager

The HelpLibraryManager type exposes the following members.

Constructors
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 methodFindLocaleFor(String)
This is used to find the installed locale of the specified product version for Help Viewer 2.x
Public methodFindLocaleFor(String, String)
This is used to find the installed locale of the specified product version for Help Viewer 1.0
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 methodHelpContentFileInstalled
This is used to see if the specified content file is installed
Public methodLaunchInteractive
Launch the help content manager for interactive use
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRunAsAdministrator
Run the Help Library Content Manager as an administrator
Public methodRunAsNormalUser
Run the Help Library Content Manager as a normal user
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyHelpLibraryManagerPath
This read-only property returns the path to the Help Library Manager executable
Public propertyHelpViewerInstallPath
This read-only property returns the path to the MS Help Viewer installation folder
Public propertyHelpViewerPath
This read-only property returns the path to the MS Help Viewer application
Public propertyLocalStoreInitialized
This read-only property is used to see if the local store has been initialized
Public propertyLocalStorePath
This read-only property returns the path to the local store folder.
Top
See Also