Name

ProcessThreadCollection

Synopsis

This strongly-typed collection contains ProcessThread objects.

public class ProcessThreadCollection : ReadOnlyCollectionBase {
// Public Constructors
   public method ProcessThreadCollection(
        ProcessThread[] processThreads);  
// Protected Constructors
   protected method ProcessThreadCollection();  
// Public Instance Properties
   public field ProcessThread this{get; } 
// Public Instance Methods
   public method int Add(ProcessThread thread);  
   public method bool Contains(ProcessThread thread);  
   public method void CopyTo(ProcessThread[] array, 
        int index);  
   public method int IndexOf(ProcessThread thread);  
   public method void Insert(int index, 
        ProcessThread thread);  
   public method void Remove(ProcessThread thread);  
}

Hierarchy

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

Returned By

Process.Threads

Get C# in a Nutshell 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.