ProcessThreadCollection.IndexOf(ProcessThread) 메서드

정의

컬렉션 내의 지정된 스레드 위치를 제공합니다.

public:
 int IndexOf(System::Diagnostics::ProcessThread ^ thread);
public int IndexOf (System.Diagnostics.ProcessThread thread);
member this.IndexOf : System.Diagnostics.ProcessThread -> int
Public Function IndexOf (thread As ProcessThread) As Integer

매개 변수

thread
ProcessThread

해당 인덱스가 검색되는 ProcessThread입니다.

반환

ProcessThreadCollection내의 스레드 위치를 정의하는 0부터 시작하는 인덱스입니다.

적용 대상