ProcessThreadCollection Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.