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 덱스가 검색되는 인덱스입니다.

반품

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

적용 대상