ProcessThreadCollection Konstruktorer

Definition

Initierar en ny instans av ProcessThreadCollection klassen.

Överlagringar

Name Description
ProcessThreadCollection()

Initierar en ny instans av ProcessThreadCollection klassen, utan associerade ProcessThread instanser.

ProcessThreadCollection(ProcessThread[])

Initierar en ny instans av ProcessThreadCollection klassen med den angivna matrisen med ProcessThread instanser.

ProcessThreadCollection()

Källa:
ProcessThreadCollection.cs
Källa:
ProcessThreadCollection.cs
Källa:
ProcessThreadCollection.cs
Källa:
ProcessThreadCollection.cs
Källa:
ProcessThreadCollection.cs

Initierar en ny instans av ProcessThreadCollection klassen, utan associerade ProcessThread instanser.

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

Gäller för

ProcessThreadCollection(ProcessThread[])

Källa:
ProcessThreadCollection.cs
Källa:
ProcessThreadCollection.cs
Källa:
ProcessThreadCollection.cs
Källa:
ProcessThreadCollection.cs
Källa:
ProcessThreadCollection.cs

Initierar en ny instans av ProcessThreadCollection klassen med den angivna matrisen med ProcessThread instanser.

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

Parametrar

processThreads
ProcessThread[]

En matris ProcessThread med instanser som instansen ska initieras ProcessThreadCollection med.

Gäller för