ProcessThreadCollection.Insert(Int32, ProcessThread) 메서드

정의

컬렉션의 지정된 위치에 프로세스 스레드를 삽입합니다.

public:
 void Insert(int index, System::Diagnostics::ProcessThread ^ thread);
public void Insert (int index, System.Diagnostics.ProcessThread thread);
member this.Insert : int * System.Diagnostics.ProcessThread -> unit
Public Sub Insert (index As Integer, thread As ProcessThread)

매개 변수

index
Int32

스레드를 삽입할 위치를 나타내는 인덱스(0부터 시작)입니다.

thread
ProcessThread

컬렉션에 삽입할 스레드입니다.

적용 대상