ProcessThreadCollection Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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é pole ProcessThread instancí. |
ProcessThreadCollection()
Inicializuje novou instanci ProcessThreadCollection třídy bez přidružených ProcessThread instancí.
protected:
ProcessThreadCollection();
protected ProcessThreadCollection ();
Protected Sub New ()
Platí pro
ProcessThreadCollection(ProcessThread[])
Inicializuje novou instanci ProcessThreadCollection třídy pomocí zadané pole ProcessThread 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 se má inicializovat tato ProcessThreadCollection instance.