CefRuntime LaunchProcess Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

Launches the process specified via |command_line|. Returns true upon success. Must be called on the browser process TID_PROCESS_LAUNCHER thread. Unix-specific notes: - All file descriptors open in the parent process will be closed in the child process except for stdin, stdout, and stderr. - If the first argument on the command line does not contain a slash, PATH will be searched. (See man execvp.)

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public static bool LaunchProcess(
	CefCommandLine commandLine
)

Parameters

commandLine
Type: Xilium.CefGlue CefCommandLine

[Missing <param name="commandLine"/> documentation for "M:Xilium.CefGlue.CefRuntime.LaunchProcess(Xilium.CefGlue.CefCommandLine)"]

Return Value

Type: OnlineBoolean

[Missing <returns> documentation for "M:Xilium.CefGlue.CefRuntime.LaunchProcess(Xilium.CefGlue.CefCommandLine)"]

See Also