March 2002
Intermediate to advanced
864 pages
31h 8m
English
ProcessThreadCollection
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); }
System.Object→System.Collections.ReadOnlyCollectionBase(System.Collections.ICollection, System.Collections.IEnumerable)→ProcessThreadCollection
Process.Threads