ProcessThreadCollection Construtores

Definição

Inicializa uma nova instância da classe ProcessThreadCollection.

Sobrecargas

ProcessThreadCollection()

Inicializa uma nova instância da classe ProcessThreadCollection sem instâncias ProcessThread associadas.

ProcessThreadCollection(ProcessThread[])

Inicializa uma nova instância da classe ProcessThreadCollection usando a matriz de instâncias ProcessThread especificada.

ProcessThreadCollection()

Origem:
ProcessThreadCollection.cs
Origem:
ProcessThreadCollection.cs
Origem:
ProcessThreadCollection.cs

Inicializa uma nova instância da classe ProcessThreadCollection sem instâncias ProcessThread associadas.

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

Aplica-se a

ProcessThreadCollection(ProcessThread[])

Origem:
ProcessThreadCollection.cs
Origem:
ProcessThreadCollection.cs
Origem:
ProcessThreadCollection.cs

Inicializa uma nova instância da classe ProcessThreadCollection usando a matriz de instâncias ProcessThread especificada.

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

Parâmetros

processThreads
ProcessThread[]

Uma matriz de instâncias ProcessThread com as quais inicializar esta instância ProcessThreadCollection.

Aplica-se a