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

Insert() public method

public Insert ( int index, ProcessThread thread ) : void
index int
thread ProcessThread
return void
        public void Insert(int index, ProcessThread thread)
        {
            InnerList.Insert(index, thread);
        }

Same methods

ProcessThreadCollection::Insert ( int index, System thread ) : void