August 2003
Intermediate to advanced
928 pages
32h 1m
English
ProcessThreadCollection
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[intindex]{get; } // Public Instance Methods public int Add(ProcessThreadthread); public bool Contains(ProcessThreadthread); public void CopyTo(ProcessThread[ ]array, intindex); public int IndexOf(ProcessThreadthread); public void Insert(intindex, ProcessThreadthread); public void Remove(ProcessThreadthread); }
System.Object
→
System.Collections.ReadOnlyCollectionBase(System.Collections.ICollection,
System.Collections.IEnumerable)
→
ProcessThreadCollection
Process.Threads