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

Add() 공개 메소드

public Add ( ProcessThread thread ) : int
thread ProcessThread
리턴 int
        public int Add(ProcessThread thread)
        {
            return ((IList)InnerList).Add(thread);
        }

Same methods

ProcessThreadCollection::Add ( System thread ) : int