ProcessThreadCollection 생성자

정의

ProcessThreadCollection 클래스의 새 인스턴스를 초기화합니다.

오버로드

ProcessThreadCollection()

연결된 ProcessThread 인스턴스가 없는 상태에서 ProcessThreadCollection 클래스의 새 인스턴스를 초기화합니다.

ProcessThreadCollection(ProcessThread[])

ProcessThread 인스턴스의 지정된 배열을 사용하여 ProcessThreadCollection 클래스의 새 인스턴스를 초기화합니다.

ProcessThreadCollection()

Source:
ProcessThreadCollection.cs
Source:
ProcessThreadCollection.cs
Source:
ProcessThreadCollection.cs

연결된 ProcessThread 인스턴스가 없는 상태에서 ProcessThreadCollection 클래스의 새 인스턴스를 초기화합니다.

protected:
 ProcessThreadCollection();
protected ProcessThreadCollection ();
Protected Sub New ()

적용 대상

ProcessThreadCollection(ProcessThread[])

Source:
ProcessThreadCollection.cs
Source:
ProcessThreadCollection.cs
Source:
ProcessThreadCollection.cs

ProcessThread 인스턴스의 지정된 배열을 사용하여 ProcessThreadCollection 클래스의 새 인스턴스를 초기화합니다.

public:
 ProcessThreadCollection(cli::array <System::Diagnostics::ProcessThread ^> ^ processThreads);
public ProcessThreadCollection (System.Diagnostics.ProcessThread[] processThreads);
new System.Diagnostics.ProcessThreadCollection : System.Diagnostics.ProcessThread[] -> System.Diagnostics.ProcessThreadCollection
Public Sub New (processThreads As ProcessThread())

매개 변수

processThreads
ProcessThread[]

ProcessThreadCollection 인스턴스를 초기화하는 데 사용할 ProcessThread 인스턴스의 배열입니다.

적용 대상