System.Diagnostics.ProcessThreadCollection.Insert C# (CSharp) 메소드

Insert() 공개 메소드

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

Same methods

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