ProcessThreadCollection Konstruktoren

Definition

Initialisiert eine neue Instanz der ProcessThreadCollection-Klasse.

Überlädt

ProcessThreadCollection()

Initialisiert eine neue Instanz der ProcessThreadCollection-Klasse ohne zugeordnete ProcessThread-Instanzen.

ProcessThreadCollection(ProcessThread[])

Initialisiert eine neue Instanz der ProcessThreadCollection-Klasse unter Verwendung des angegebenen Arrays von ProcessThread-Instanzen.

ProcessThreadCollection()

Quelle:
ProcessThreadCollection.cs
Quelle:
ProcessThreadCollection.cs
Quelle:
ProcessThreadCollection.cs

Initialisiert eine neue Instanz der ProcessThreadCollection-Klasse ohne zugeordnete ProcessThread-Instanzen.

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

Gilt für:

ProcessThreadCollection(ProcessThread[])

Quelle:
ProcessThreadCollection.cs
Quelle:
ProcessThreadCollection.cs
Quelle:
ProcessThreadCollection.cs

Initialisiert eine neue Instanz der ProcessThreadCollection-Klasse unter Verwendung des angegebenen Arrays von ProcessThread-Instanzen.

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

Ein Array von ProcessThread-Instanzen, mit denen diese ProcessThreadCollection-Instanz initialisiert werden soll.

Gilt für: