ProcessThreadCollection Constructors

Definitie

Initialiseert een nieuw exemplaar van de ProcessThreadCollection klasse.

Overloads

Name Description
ProcessThreadCollection()

Initialiseert een nieuw exemplaar van de ProcessThreadCollection klasse, zonder gekoppelde ProcessThread exemplaren.

ProcessThreadCollection(ProcessThread[])

Initialiseert een nieuw exemplaar van de ProcessThreadCollection klasse met behulp van de opgegeven matrix met ProcessThread exemplaren.

ProcessThreadCollection()

Bron:
ProcessThreadCollection.cs
Bron:
ProcessThreadCollection.cs
Bron:
ProcessThreadCollection.cs
Bron:
ProcessThreadCollection.cs
Bron:
ProcessThreadCollection.cs

Initialiseert een nieuw exemplaar van de ProcessThreadCollection klasse, zonder gekoppelde ProcessThread exemplaren.

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

Van toepassing op

ProcessThreadCollection(ProcessThread[])

Bron:
ProcessThreadCollection.cs
Bron:
ProcessThreadCollection.cs
Bron:
ProcessThreadCollection.cs
Bron:
ProcessThreadCollection.cs
Bron:
ProcessThreadCollection.cs

Initialiseert een nieuw exemplaar van de ProcessThreadCollection klasse met behulp van de opgegeven matrix met ProcessThread exemplaren.

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

Parameters

processThreads
ProcessThread[]

Een matrix met ProcessThread exemplaren waarmee dit ProcessThreadCollection exemplaar moet worden geïnitialiseerd.

Van toepassing op