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

Remove() 공개 메소드

public Remove ( System thread ) : void
thread System
리턴 void
        public void Remove(System.Diagnostics.ProcessThread thread) { }
    }

Same methods

ProcessThreadCollection::Remove ( ProcessThread thread ) : void