ProcessThreadCollection Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy ProcessThreadCollection.

Przeciążenia

ProcessThreadCollection()

Inicjuje ProcessThreadCollection nowe wystąpienie klasy bez skojarzonych ProcessThread wystąpień.

ProcessThreadCollection(ProcessThread[])

Inicjuje ProcessThreadCollection nowe wystąpienie klasy przy użyciu określonej tablicy ProcessThread wystąpień.

ProcessThreadCollection()

Źródło:
ProcessThreadCollection.cs
Źródło:
ProcessThreadCollection.cs
Źródło:
ProcessThreadCollection.cs

Inicjuje ProcessThreadCollection nowe wystąpienie klasy bez skojarzonych ProcessThread wystąpień.

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

Dotyczy

ProcessThreadCollection(ProcessThread[])

Źródło:
ProcessThreadCollection.cs
Źródło:
ProcessThreadCollection.cs
Źródło:
ProcessThreadCollection.cs

Inicjuje ProcessThreadCollection nowe wystąpienie klasy przy użyciu określonej tablicy ProcessThread wystąpień.

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[]

Tablica wystąpień ProcessThread , z którymi ma być zainicjowane to ProcessThreadCollection wystąpienie.

Dotyczy