<PackageReference Include="NETStandard.Library" Version="2.0.3" />

System.Diagnostics.ProcessThreadCollection

public ProcessThread this[int index] { get; }

public ProcessThreadCollection(ProcessThread[] processThreads)

public int Add(ProcessThread thread)

public bool Contains(ProcessThread thread)

public void CopyTo(ProcessThread[] array, int index)

public int IndexOf(ProcessThread thread)

public void Insert(int index, ProcessThread thread)

public void Remove(ProcessThread thread)