HelpLibraryManager Class

This class is used to interact with the Help Library Manager to install and uninstall Microsoft Help Viewer files.

Definition

Namespace: SandcastleBuilder.MicrosoftHelpViewer
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public class HelpLibraryManager
Inheritance
Object    HelpLibraryManager

Constructors

HelpLibraryManager Default constructor
HelpLibraryManager(Version) Constructor

Properties

HelpLibraryManagerPath This read-only property returns the path to the Help Library Manager executable
HelpViewerInstallPath This read-only property returns the path to the MS Help Viewer installation folder
HelpViewerPath This read-only property returns the path to the MS Help Viewer application
LocalStoreInitialized This read-only property is used to see if the local store has been initialized
LocalStorePath This read-only property returns the path to the local store folder.

Methods

DefaultCatalogName This is used to get the default MS Help Viewer 2.x catalog name based on the help viewer version
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
FindLocaleFor(String) This is used to find the installed locale of the specified product version for Help Viewer 2.x
FindLocaleFor(String, String) This is used to find the installed locale of the specified product version for Help Viewer 1.0
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
HelpContentFileInstalled This is used to see if the specified content file is installed
LaunchInteractive Launch the help content manager for interactive use
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
RunAsAdministrator Run the Help Library Content Manager as an administrator
RunAsNormalUser Run the Help Library Content Manager as a normal user
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also