Share via


ProcessThreadCollection Constructeurs

Définition

Initialise une nouvelle instance de la classe ProcessThreadCollection.

Surcharges

ProcessThreadCollection()

Initialise une nouvelle instance de la classe ProcessThreadCollection sans instances ProcessThread associées.

ProcessThreadCollection(ProcessThread[])

Initialise une nouvelle instance de la classe ProcessThreadCollection à l’aide du tableau spécifié des instances ProcessThread.

ProcessThreadCollection()

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

Initialise une nouvelle instance de la classe ProcessThreadCollection sans instances ProcessThread associées.

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

S’applique à

ProcessThreadCollection(ProcessThread[])

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

Initialise une nouvelle instance de la classe ProcessThreadCollection à l’aide du tableau spécifié des instances ProcessThread.

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

Paramètres

processThreads
ProcessThread[]

Tableau d’instances ProcessThread avec lequel initialiser cette instance ProcessThreadCollection.

S’applique à