We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcf8e92 commit 704e9faCopy full SHA for 704e9fa
src/libraries/System.Diagnostics.Process/src/System/Diagnostics/Process.UnknownUnix.cs
@@ -9,9 +9,6 @@ public partial class Process : IDisposable
9
/// Creates an array of <see cref="Process"/> components that are associated with process resources on a
10
/// remote computer. These process resources share the specified process name.
11
/// </summary>
12
- [UnsupportedOSPlatform("ios")]
13
- [UnsupportedOSPlatform("tvos")]
14
- [SupportedOSPlatform("maccatalyst")]
15
public static Process[] GetProcessesByName(string? processName, string machineName)
16
{
17
throw new PlatformNotSupportedException();
0 commit comments