Skip to content

Commit

Permalink
Remove attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrozsival committed Dec 6, 2021
1 parent dcf8e92 commit 704e9fa
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ public partial class Process : IDisposable
/// Creates an array of <see cref="Process"/> components that are associated with process resources on a
/// remote computer. These process resources share the specified process name.
/// </summary>
[UnsupportedOSPlatform("ios")]
[UnsupportedOSPlatform("tvos")]
[SupportedOSPlatform("maccatalyst")]
public static Process[] GetProcessesByName(string? processName, string machineName)
{
throw new PlatformNotSupportedException();
Expand Down

0 comments on commit 704e9fa

Please sign in to comment.