diff --git a/xml/System.Diagnostics/Process.xml b/xml/System.Diagnostics/Process.xml index ad1cbdb144d..64c69b8fa99 100644 --- a/xml/System.Diagnostics/Process.xml +++ b/xml/System.Diagnostics/Process.xml @@ -1629,7 +1629,7 @@ The following code example creates a process that prints a file. It sets the The parameter syntax is invalid. It might have length zero (0). The parameter is . The operating system platform does not support this operation on remote computers. - There are problems accessing the performance counter API's used to get process information. This exception is specific to Windows NT, Windows 2000, and Windows XP. + There are problems accessing the performance counter APIs used to get process information. This exception is specific to Windows NT, Windows 2000, and Windows XP. A problem occurred accessing an underlying system API. @@ -1711,7 +1711,7 @@ The following code example creates a process that prints a file. It sets the - There are problems accessing the performance counter API's used to get process information. This exception is specific to Windows NT, Windows 2000, and Windows XP. + There are problems accessing the performance counter APIs used to get process information. This exception is specific to Windows NT, Windows 2000, and Windows XP. @@ -1795,7 +1795,7 @@ The following code example creates a process that prints a file. It sets the +There are problems accessing the performance counter APIs used to get process information. This exception is specific to Windows NT, Windows 2000, and Windows XP. A problem occurred accessing an underlying system API. @@ -2228,9 +2228,9 @@ You cannot cause processes on remote computers to exit. You can only view inform You are attempting to call for a process that is running on a remote computer. The method is available only for processes running on the local computer. The process has already exited. - -or- - - There is no process associated with this object. +-or- + +There is no process associated with this object. -or- @@ -5367,9 +5367,7 @@ The file specified in the could not be found. You should only access the property on a object returned by the method. For example, you should not access the property on a object returned by . Otherwise, on .NET Core the property will throw an and on .NET Framework it will return a dummy object. - When the process is started, the file name is the file that populates the (read-only) property. If you want to retrieve the executable file that is associated with the process after the process has started, use the property. If you want to set the executable file of a instance for which an associated process has not been started, use the property's member. Because the members of the property are arguments that are passed to the method of a process, changing the property after the associated process has started will not reset the property. These properties are used only to initialize the associated process. - - + When the process is started, the file name is the file that populates the (read-only) property. If you want to retrieve the executable file that is associated with the process after the process has started, use the property. If you want to set the executable file of a instance for which an associated process has not been started, use the property's member. Because the members of the property are arguments that are passed to the method of a process, changing the property after the associated process has started will not reset the property. These properties are used only to initialize the associated process. ## Examples The following example populates a with the file to execute, the action performed on it and whether it should displays a user interface. For additional examples, refer to the reference pages for properties of the class. @@ -5381,7 +5379,7 @@ The file specified in the could not be found. ]]> The value that specifies the is . - The method was not used to start the process. + .NET Core only: The method was not used to start the process.