Skip to content

Commit 704e9fa

Browse files
committed
Remove attributes
1 parent dcf8e92 commit 704e9fa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/libraries/System.Diagnostics.Process/src/System/Diagnostics/Process.UnknownUnix.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ public partial class Process : IDisposable
99
/// Creates an array of <see cref="Process"/> components that are associated with process resources on a
1010
/// remote computer. These process resources share the specified process name.
1111
/// </summary>
12-
[UnsupportedOSPlatform("ios")]
13-
[UnsupportedOSPlatform("tvos")]
14-
[SupportedOSPlatform("maccatalyst")]
1512
public static Process[] GetProcessesByName(string? processName, string machineName)
1613
{
1714
throw new PlatformNotSupportedException();

0 commit comments

Comments
 (0)