ProcessThreadCollection.Add(ProcessThread) 메서드

정의

프로세스 스레드를 컬렉션에 추가합니다.

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

매개 변수

thread
ProcessThread

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

반품

컬렉션에 있는 스레드의 인덱스(0부터 시작)입니다.

적용 대상