diff --git a/xml/System.Diagnostics/Process.xml b/xml/System.Diagnostics/Process.xml index f175ae4e4ef..e72baeef303 100644 --- a/xml/System.Diagnostics/Process.xml +++ b/xml/System.Diagnostics/Process.xml @@ -5252,7 +5252,7 @@ There is a similar issue when you read all text from both the standard output an component. The return value `true` indicates that a new process resource was started. If the process resource specified by the member of the property is already running on the computer, no additional process resource is started. Instead, the running process resource is reused and `false` is returned. +The return value `true` indicates that a new process resource was started. If is set to `false` (or on Unix systems where `UseShellExecute` is ignored), the method will always return `true` as the process is started directly. If `UseShellExecute` is `true`, the operating system may reuse an existing process in some cases, and `false` is returned. For instance, if you start a URL with a default browser and an instance of the browser is already running, a new process may not be created, and `false` will be returned. You can start a ClickOnce application by specifying the location (for example, a Web address) from which you originally installed the application. Do not start a ClickOnce application by specifying its installed location on your hard drive.