ProcessThreadCollection Konstruktory

Definice

Inicializuje novou instanci ProcessThreadCollection třídy .

Přetížení

ProcessThreadCollection()

Inicializuje novou instanci ProcessThreadCollection třídy bez přidružených ProcessThread instancí.

ProcessThreadCollection(ProcessThread[])

Inicializuje novou instanci ProcessThreadCollection třídy pomocí zadaného ProcessThread pole instancí.

ProcessThreadCollection()

Zdroj:
ProcessThreadCollection.cs
Zdroj:
ProcessThreadCollection.cs
Zdroj:
ProcessThreadCollection.cs

Inicializuje novou instanci ProcessThreadCollection třídy bez přidružených ProcessThread instancí.

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

Platí pro

ProcessThreadCollection(ProcessThread[])

Zdroj:
ProcessThreadCollection.cs
Zdroj:
ProcessThreadCollection.cs
Zdroj:
ProcessThreadCollection.cs

Inicializuje novou instanci ProcessThreadCollection třídy pomocí zadaného ProcessThread pole instancí.

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

Parametry

processThreads
ProcessThread[]

Pole ProcessThread instancí, pomocí kterých chcete inicializovat tuto ProcessThreadCollection instanci.

Platí pro