System.Diagnostics.ProcessThreadCollection.ProcessThreadCollection C# (CSharp) Method

ProcessThreadCollection() public method

public ProcessThreadCollection ( System processThreads )
processThreads System
        public ProcessThreadCollection(System.Diagnostics.ProcessThread[] processThreads) { }
        public System.Diagnostics.ProcessThread this[int index] { get { throw null; } }

Same methods

ProcessThreadCollection::ProcessThreadCollection ( )
ProcessThreadCollection::ProcessThreadCollection ( ) : System.Collections
ProcessThreadCollection::ProcessThreadCollection ( ProcessThread processThreads ) : System.Collections