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

Remove() 공개 메소드

public Remove ( ProcessThread thread ) : void
thread ProcessThread
리턴 void
        public void Remove(ProcessThread thread)
        {
            InnerList.Remove(thread);
        }

Same methods

ProcessThreadCollection::Remove ( System thread ) : void