Name

ProcessThreadCollection

Synopsis

This strongly typed collection contains ProcessThread objects.

public class ProcessThreadCollection : ReadOnlyCollectionBase {
// Public Constructors
   public ProcessThreadCollection(ProcessThread[ ] processThreads);
// Protected Constructors
   protected ProcessThreadCollection( );
// Public Instance Properties
   public ProcessThread this[int index]{get; }
// Public Instance Methods
   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);
}

Hierarchy

System.Object System.Collections.ReadOnlyCollectionBase(System.Collections.ICollection, System.Collections.IEnumerable) ProcessThreadCollection

Returned By

Process.Threads

Get C# in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.