| HelpLibraryManagerRunAsNormalUser Method |
Run the Help Library Content Manager as a normal user
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 int RunAsNormalUser(
string arguments,
ProcessWindowStyle windowStyle
)
Public Function RunAsNormalUser (
arguments As String,
windowStyle As ProcessWindowStyle
) As Integer
public:
int RunAsNormalUser(
String^ arguments,
ProcessWindowStyle windowStyle
)
member RunAsNormalUser :
arguments : string *
windowStyle : ProcessWindowStyle -> int
Parameters
- arguments
- Type: SystemString
The command line arguments to pass to it - windowStyle
- Type: System.DiagnosticsProcessWindowStyle
The window style to use
Return Value
Type:
Int32The Help Library Manager exit code
See Also