ProcessThreadCollection Construtores

Definição

Inicializa uma nova instância da ProcessThreadCollection classe.

Sobrecargas

Name Description
ProcessThreadCollection()

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

ProcessThreadCollection(ProcessThread[])

Inicializa uma nova instância da ProcessThreadCollection classe, usando o array especificado de ProcessThread instâncias.

ProcessThreadCollection()

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

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

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

Aplica-se a

ProcessThreadCollection(ProcessThread[])

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

Inicializa uma nova instância da ProcessThreadCollection classe, usando o array especificado de ProcessThread instâncias.

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

Um conjunto de ProcessThread instâncias para inicializar esta ProcessThreadCollection instância.

Aplica-se a