Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions xml/System.Diagnostics/Process.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1986,7 +1986,7 @@ You cannot cause processes on remote computers to exit. You can only view inform
</ReturnValue>
<Parameters />
<Docs>
<summary>Immediately stops the associated process.</summary>
<summary>Stops the associated process.</summary>
<remarks>To be added.</remarks>
<exception cref="T:System.ComponentModel.Win32Exception">The associated process could not be terminated.</exception>
<exception cref="T:System.NotSupportedException">You are attempting to call <see cref="M:System.Diagnostics.Process.Kill" /> for a process that is running on a remote computer. The method is available only for processes running on the local computer.</exception>
Expand Down Expand Up @@ -2037,7 +2037,7 @@ You cannot cause processes on remote computers to exit. You can only view inform
<Docs>
<param name="entireProcessTree">
<see langword="true" /> to kill the associated process and its descendants; <see langword="false" /> to kill only the associated process.</param>
<summary>Immediately stops the associated process, and optionally its child/descendent processes.</summary>
<summary>Stops the associated process, and optionally its child/descendent processes.</summary>
<remarks>When <paramref name="entireProcessTree" /> is set to <see langword="true" />, processes where the call lacks permissions to view details are silently skipped by the descendant termination process because the termination process is unable to determine whether those processes are descendants.</remarks>
<exception cref="T:System.ComponentModel.Win32Exception">The associated process could not be terminated.

Expand Down
Loading