| HelpLibraryManagerLaunchInteractive Method |
Launch the help content manager for interactive use
Namespace: SandcastleBuilder.MicrosoftHelpViewerAssemblies: HelpLibraryManagerLauncher (in HelpLibraryManagerLauncher.exe) Version: 2014.11.22.0
SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public void LaunchInteractive(
string arguments
)
Public Sub LaunchInteractive (
arguments As String
)
public:
void LaunchInteractive(
String^ arguments
)
member LaunchInteractive :
arguments : string -> unit
Parameters
- arguments
- Type: SystemString
The command line arguments to pass to it
Remarks This always runs it as an administrator on Vista and above.
See Also