Share via


ProcessThreadCollection Konstruktor

Definisi

Menginisialisasi instans baru kelas ProcessThreadCollection.

Overload

ProcessThreadCollection()

Menginisialisasi instans ProcessThreadCollection baru kelas, tanpa instans terkait ProcessThread .

ProcessThreadCollection(ProcessThread[])

Menginisialisasi instans ProcessThreadCollection baru kelas, menggunakan array ProcessThread instans yang ditentukan.

ProcessThreadCollection()

Sumber:
ProcessThreadCollection.cs
Sumber:
ProcessThreadCollection.cs
Sumber:
ProcessThreadCollection.cs

Menginisialisasi instans ProcessThreadCollection baru kelas, tanpa instans terkait ProcessThread .

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

Berlaku untuk

ProcessThreadCollection(ProcessThread[])

Sumber:
ProcessThreadCollection.cs
Sumber:
ProcessThreadCollection.cs
Sumber:
ProcessThreadCollection.cs

Menginisialisasi instans ProcessThreadCollection baru kelas, menggunakan array ProcessThread instans yang ditentukan.

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())

Parameter

processThreads
ProcessThread[]

Array ProcessThread instans untuk menginisialisasi instans ini ProcessThreadCollection .

Berlaku untuk