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부터 시작하는 인덱스입니다.

적용 대상