ProcessThreadCollection Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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()
Initialiseert een nieuw exemplaar van de ProcessThreadCollection klasse, zonder gekoppelde ProcessThread exemplaren.
protected:
ProcessThreadCollection();
protected ProcessThreadCollection();
Protected Sub New ()
Van toepassing op
ProcessThreadCollection(ProcessThread[])
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.