ProcessThreadCollection 생성자

정의

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

오버로드

Name Description
ProcessThreadCollection()

연결된 인스턴스 없이 클래스의 ProcessThreadCollection 새 인스턴스를 ProcessThread 초기화합니다.

ProcessThreadCollection(ProcessThread[])

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

ProcessThreadCollection()

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

연결된 인스턴스 없이 클래스의 ProcessThreadCollection 새 인스턴스를 ProcessThread 초기화합니다.

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

적용 대상

ProcessThreadCollection(ProcessThread[])

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

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

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[]

ProcessThread 인스턴스를 초기화할 인스턴스의 ProcessThreadCollection 배열입니다.

적용 대상