ProcessThreadCollection.IndexOf 메서드

정의

오버로드

IndexOf(ProcessThread)

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

IndexOf(ProcessThread, Int32)
사용되지 않습니다.
IndexOf(ProcessThread, Int32, Int32)
사용되지 않습니다.

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입니다.

반환

Int32

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

적용 대상

IndexOf(ProcessThread, Int32)

주의

This API is no longer available

public:
 int IndexOf(System::Diagnostics::ProcessThread ^ item, int index);
[System.Obsolete("This API is no longer available", true)]
public int IndexOf (System.Diagnostics.ProcessThread item, int index);
[<System.Obsolete("This API is no longer available", true)>]
member this.IndexOf : System.Diagnostics.ProcessThread * int -> int
Public Function IndexOf (item As ProcessThread, index As Integer) As Integer

매개 변수

index
Int32

반환

Int32
특성

적용 대상

IndexOf(ProcessThread, Int32, Int32)

주의

This API is no longer available

public:
 int IndexOf(System::Diagnostics::ProcessThread ^ item, int index, int count);
[System.Obsolete("This API is no longer available", true)]
public int IndexOf (System.Diagnostics.ProcessThread item, int index, int count);
[<System.Obsolete("This API is no longer available", true)>]
member this.IndexOf : System.Diagnostics.ProcessThread * int * int -> int
Public Function IndexOf (item As ProcessThread, index As Integer, count As Integer) As Integer

매개 변수

index
Int32
count
Int32

반환

Int32
특성

적용 대상